buzz-language / buzz

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

Replace linenoise with own solution #249

Open giann opened 5 months ago

giann commented 5 months ago

Linenoise does not handle utf8 and Ctrl+C/D

Write our own solution or find something that can do as much as https://github.com/giann/sirocco

giann commented 3 months ago

We could use readline if we manage to build it from build.zig

giann commented 3 days ago

https://github.com/daanx/isocline might do