buzz-language / buzz

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

REPL crashes out when encountering an undefined value. #220

Closed matdexir closed 11 months ago

matdexir commented 11 months ago

This is what happens when the variable is defined

2023-10-21_15-33

This is what happens when it is undefined 2023-10-21_15-33_1

matdexir commented 11 months ago

I also realized that it segfaults when I send Ctrl+C or Ctrl+D.

giann commented 11 months ago

I also realized that it segfaults when I send Ctrl+C or Ctrl+D.

Yes this is linenoise. I plan on replacing it with readline or my own.