- Parser - Complete
- Type Checker - Complete
- Code Generation - In-progress
- Parser --> recless.fs
- Grammar --> michaeLL.fs
- Typechecker --> mikeCheck.fs
- Code Generation / Compiler --> llvmir.fs
./recompile_dll.sh--> also generates .exe to run most recent addition to scope OR./test3.sh--> compiles all .dll's and runs testcases/test3_oneline.7c
Note: To run with Tracing, enter llvmir.fs, go to bottom of file, and turn compile(false) --> compile(true)
- Vectors (Still not parsing properly)
- Comments
- Functions (Type check, do not generate code)
- Reading Multiline Functions (Reads one line from STDIN)