A toy language used in Writing an Interpreter in Go.
- C-like syntax
- Variable Bindings
- Integers and Booleans
- Arithmetic Expressions
- Built-in functions
- First class and higher order functions
- Closures
- A string data structures
- An array data structure
- A hash data structure
- Implicit Return