Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdeveloper authored Apr 1, 2023
1 parent f1b919c commit 6e769fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SL - SimpleLang

My goal of this project is to learn how does programming languages works under the hood.
Currently SL supports
- variable declaration
- variable value assigment
- if-else statement
- while statement
- print() method


![image](https://user-images.githubusercontent.com/79764581/229307865-e7d81187-0072-4453-9443-105a92e9f498.png)

0 comments on commit 6e769fa

Please sign in to comment.