Wrote a basic lexer

This commit is contained in:
2022-08-03 09:35:20 +01:00
parent 3cbf7b13eb
commit 3cad70dddd
12 changed files with 884 additions and 0 deletions

1
scripts/test.toy Normal file
View File

@@ -0,0 +1 @@
print "Hello world";