Skip to content

DrkWithT/DerkCC

Repository files navigation

README

Brief:

DerkCC is my first C compiler written in Python. Will support a microscopic part of C99 specified in Subset Notes.

Usage (TODO):

python3 ./DerkCC file.c

TODO:

  • 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.

About

A toy C compiler in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published