Closed NoahTheDuke closed 5 months ago
Here's a failing test for #543. I would fix it but I don't know how to regenerate the .java files from .flex.
.flex
Thanks for this! It looks like \. should be identified as char literals for Clojure, but there's a bug in the lexer that treats that as a literal string "\.", not a regex. Oops
\.
"\."
Thank you!
Here's a failing test for #543. I would fix it but I don't know how to regenerate the .java files from
.flex
.