/Sahla

My programming language

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

SAHLA PROGRAMMING LANGUAGE

What is SAHLA

Start Day : 07/10/2022

Why i created SAHLA

Steps of Creating SAHLA

Step 1 : Creating MSAHLA Interpreter

1-1 : We create the Lexer which create tokens from a stream of characters of SAHLA source code.

MSAHLA Interpreter will execute the source file if you give it the path or it will uses REPL.

REPL : Read Input , Evaluate it , Print the result , Loop