miking-lang / miking

Miking - the meta viking: a meta-language system for creating embedded languages
Other
51 stars 31 forks source link

Minor parser fixes #854

Closed elegios closed 3 months ago

elegios commented 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.