Simple interpreter
Go to file
tijani fdf6a8a552 - Some minor formatting.
- Parser can now handle return statements.

git-svn-id: https://svn.tlawal.org/svn/monkey@21 f6afcba9-9ef1-4bdd-9b72-7484f5705bac
2022-05-27 15:07:19 +00:00
ast - Some minor formatting. 2022-05-27 15:07:19 +00:00
lexer Formatting 2022-05-26 16:33:09 +00:00
parser - Some minor formatting. 2022-05-27 15:07:19 +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 git-svn-id: https://svn.tlawal.org/svn/monkey@18 f6afcba9-9ef1-4bdd-9b72-7484f5705bac 2022-05-26 19:20:51 +00:00
debug.rdbg ast and parser 2022-05-22 06:51:19 +00:00
go.mod Monkey can now lex its basic types and keywords. 2022-05-12 20:51:16 +00:00
main.go Do not show username at interpreter startup. 2022-05-23 14:18:27 +00:00