Uplink036 / rockstar-py

Python transpiler for the esoteric language Rockstar
MIT License
0 stars 0 forks source link

Create Simple Parser #13

Open Uplink036 opened 12 months ago

Uplink036 commented 12 months ago

A parser is a needed addition to a scanner that will make our final python source code.

It should be able to:

Further reading: https://learning.oreilly.com/library/view/engineering-a-compiler/9780080916613/