Closed phoe closed 5 years ago
Yep, handled. It's a subset of HTML, so we require '<' to not be followed by whitespace.
https://github.com/moderninterpreters/markup/blob/master/test-markup.lisp#L187
(the reader is enabled on that file.)
OK - nice one!
How does this library solve the problem of
(< 2 3)
or(> 2 3)
that is valid Lisp code?