arturo-lang / grafito

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
MIT License
143 stars 7 forks source link

Sanitize case statements #25

Closed drkameleon closed 1 year ago

drkameleon commented 1 year ago

This PR has to do mostly with how Arturo handles if?/else & case/when? statements and the stack, which creates a couple of issue - at least - with how this project works.

If this causes different issues with other code, that is unrelated to Grafito (quite likely), I guess this would mean we'd have to change how if?/else, etc are processed in Arturo itself.

drkameleon commented 1 year ago

Ready to merge! 🚀