- C-like syntax
- Variable Bindings
- Integers and Booleans
- Arithmetic expressions
- Built-in functions
- First-class and Higher-order functions
- Closures
- String data structure
- Array data structure
- Hash data structure
- Lexical Analysis
- Parsing
- Evaluation
- Macro System
git clone https://github.com/Adit0507/Interpreter-From-Scratch.git
cd Interpreter-From-Scratch
go run main.go