Closed jcubic closed 8 months ago
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.
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.