Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 427 Bytes

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