Closed elegios closed 3 months ago
This PR changes the manual mexpr parser to not duplicate definitions from parser/lexer.mc, and also makes ll1.mc produce a slightly better error message if a literal token doesn't lex as one token.
mexpr
parser/lexer.mc
ll1.mc
This PR changes the manual
mexpr
parser to not duplicate definitions fromparser/lexer.mc
, and also makesll1.mc
produce a slightly better error message if a literal token doesn't lex as one token.