Uplink036 / rockstar-py

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

Create Simple Scanner #12

Open Uplink036 opened 12 months ago

Uplink036 commented 12 months ago

A scanner is a way to simplify our source code for easier handling latter, such as with a abstract syntax tree (AST) or a parser.

It should be able to:

Optional / future

Further reading: https://daily.dev/blog/transpilers-how-they-work https://learning.oreilly.com/library/view/engineering-a-compiler/9780080916613/

s02blom commented 11 months ago

Search and replace for key aliases.