/python-compiler

Building a compiler in Python to compile static Python! Follow the repo to see my progress :D

Primary LanguagePython

compiler-and-pl-journey-

Bootstrapping a compiler in python. Will compile static python (I am enforcing types). Will update as I go along.

Currently implemented:

  • lexing
  • parsing and ast for BEDMAS
  • assembly for BEDMAS

Current Next steps

  • ast for variables
  • BEDMAS static ints, adding strings