buzz-language / buzz

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

Strings are not \0 terminated #66

Closed giann closed 2 years ago

giann commented 2 years ago

We pass\0 terminated string coming from the zig/c side. This is wrong, strings in buzz are not \0 terminated so they can be used to hold binary data (#64).