kishtarn555 / rekarel-core

MIT License
0 stars 0 forks source link

[Feature][API] Add AST processors to public API #145

Closed kishtarn555 closed 1 month ago

kishtarn555 commented 1 month ago

Expose the three methods that:

This is so other programmers can create their own programming languages that compile to KarelCode or transpiles to one of the official languages, but can enjoy of the extended features from AST (tags, continue, break, functions, strict types)