initial monkey lexer

This commit is contained in:
Chuck Smith
2024-01-14 21:02:54 -05:00
commit ccf63a28ee
8 changed files with 335 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module monkey
go 1.21