DerkCC is my first C compiler written in Python. Will support a microscopic part of C99 specified in Subset Notes.
python3 ./DerkCC file.c
- Test and fix parser!
- Fix semantic analyzer for now!
- Create IR generator by the ASTVisitor!
- Fix IR returns.
- Create and test ASM generator.
- Create driver logic.