buzz-language / buzz

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

Don't duplicate chunk constant with the same value #14

Open giann opened 2 years ago

giann commented 2 years ago
num hello = 42;
num bonjour = 42; | -> should be the same constant

String are not concerned since they are interned.