buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.22k stars 34 forks source link

New AST structure #247

Closed giann closed 8 months ago

giann commented 8 months ago

New AST structure using MultiArrayList.

Sadly did not yield any performance improvements but the code is cleaner.