Simple interpreter
Go to file
2022-05-12 22:39:29 +00:00
lexer Rename new -> New and next_token -> NextToken, because of go's weird requirement that first letter 2022-05-12 22:38:47 +00:00
repl Rename new -> New and next_token -> NextToken, because of go's weird requirement that first letter 2022-05-12 22:38:47 +00:00
token - The lexer can now peek forward into the input stream. 2022-05-12 22:04:29 +00:00
go.mod Monkey can now lex its basic types and keywords. 2022-05-12 20:51:16 +00:00
main.go READ-EVALUATE-PRINT-LOOP now works and spits out tokens of input. YAY!!! 2022-05-12 22:39:29 +00:00