You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run the REPL and enter ; test, it hangs and doesn't proceed to the next prompt. I'd expect the input to be ignored (as the tokenizer yields zero tokens in this case and there's nothing useful you can do) and the next prompt to be displayed. Worse, if I run iris test.lsp containing comments, nothing is evaluated at all and the interpreter exits with 0, as if everything is fine.
Installed via go get github.com/asciian/iris on Arch Linux.
The text was updated successfully, but these errors were encountered:
Thank you for your report #4#5#6#7. I've gotten them.
After about 1 week. I start fixing these problems.
In progress, I'll notice you as comment in these issues.
If I run the REPL and enter
; test
, it hangs and doesn't proceed to the next prompt. I'd expect the input to be ignored (as the tokenizer yields zero tokens in this case and there's nothing useful you can do) and the next prompt to be displayed. Worse, if I runiris test.lsp
containing comments, nothing is evaluated at all and the interpreter exits with 0, as if everything is fine.Installed via
go get github.com/asciian/iris
on Arch Linux.The text was updated successfully, but these errors were encountered: