added strings

This commit is contained in:
2022-10-12 11:06:58 -06:00
parent c4be846c1d
commit ce23415663
8 changed files with 73 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ This language is under active development, progress will be marked here as the l
- [x] Functions
- [x] Int Literals
- [x] Float Literals
- [x] String Literals
- [x] Block expression
- [x] Return keyword
- [x] Normal assignment