Skip to content

Commit 6e769fa

Browse files
authored
Create README.md
1 parent f1b919c commit 6e769fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SL - SimpleLang
2+
3+
My goal of this project is to learn how does programming languages works under the hood.
4+
Currently SL supports
5+
- variable declaration
6+
- variable value assigment
7+
- if-else statement
8+
- while statement
9+
- print() method
10+
11+
12+
![image](https://user-images.githubusercontent.com/79764581/229307865-e7d81187-0072-4453-9443-105a92e9f498.png)
13+

0 commit comments

Comments
 (0)