We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haven't tried on master yet but just typing in (()) into the repl causes an infinite loop for some reason.
(())
The text was updated successfully, but these errors were encountered:
fix: Infinite loop when evaluating (()) (carp-lang#1427)
84bfdcf
Evaluation of `(())` is treated as a malformed expression rather than causing an infinite loop
test: add nested empty list malformed error test (carp-lang#1427)
e63155a
No branches or pull requests
Haven't tried on master yet but just typing in
(())
into the repl causes an infinite loop for some reason.The text was updated successfully, but these errors were encountered: