Open Vurv78 opened 2 years ago
Note this will be so much more complex considering regular quote strings can be multiline just like C strings. Not going to bother with this for a while
local x = " \
test \
"
Actually the current basic pattern implementation even works with that lol
Removed proper string lexing with the new nom lexer. Need to reimplement it