A tree-walking Interepreter written in GO
- C-like syntax
- variable bindings
- integers and booleans
- arithmetic expressions
- built-in functions
- first-class and higher-order functions
- closures
- Data Strucures
- String
- Array
- Hash
- Inbuilt Function
- len
To try the Monke lang, run the repl by:
go run main.go