Bootstrapping a compiler in python. Will compile static python (I am enforcing types). Will update as I go along.
- lexing
- parsing and ast for BEDMAS
- assembly for BEDMAS
- ast for variables
- BEDMAS static ints, adding strings
Building a compiler in Python to compile static Python! Follow the repo to see my progress :D
Python