buzz-language / buzz

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

Two pass compilation #43

Closed giann closed 2 years ago

giann commented 2 years ago

Placeholder system can't handle every case so we're forced to do 2 passes:

  1. First pass for typing
  2. Second pass for bytecode generation and type checking