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
I started working on #!fold-case and #!no-fold-case. But it requires having real ports as user input to allow changing the state in the REPL.
#!fold-case
#!no-fold-case
This works:
(with-input-from-string "#!fold-case (FOO BAR BAZ)" read-all) ;; ==> ((foo bar baz))
Maybe the REPL should create a single instance of Parser and use exec on the result.
The text was updated successfully, but these errors were encountered:
Add #!fold-case directive #342
3b00b8d
handle #!fold-case directive in files #342
a47226d
Refactor Parser to alow #!fold-case in REPL #342
0d7e998
fix foldcase + unit test for #!fold-case #342
27181c7
No branches or pull requests
I started working on
#!fold-case
and#!no-fold-case
. But it requires having real ports as user input to allow changing the state in the REPL.This works:
Maybe the REPL should create a single instance of Parser and use exec on the result.
The text was updated successfully, but these errors were encountered: