Monkey programming language from Writing an interpreter in Go, Writing a compiler in Go
- Port everything to C
- Add history in REPL. ie. When the up arrow is clicked the previous statement should appear
- Add character escaping in string. eg: r""
- Add more building function for arrays
- Add comments
- Add support for -ve array indexing
go run main.go