1071 NCU Compiler course final project.
./make_cpp.sh lisp
- There's some test file located in the
test_data
folder.
./test.sh {FILENAME_W/O_EXTENSION}
- Basics
- Syntax Validation
- Numerical Operations
- Logical Operations
- if Expression
- Variable Defination
- Function
- Named Function
- Bonus
- Recursoin
- Nested Function
- First-class Function