quox/lib/Quox/Parser
rhiannon morris b74ffa0077 rewrite parser
previously it backtracked too much, so instead of giving a useful
parse error, it just said "expected end of input" at the beginning of
the problem toplevel. which, if it's a namespace, could be way off.
2023-04-24 22:25:04 +02:00
..
FromParser do scope checking in FromParser where it belongs 2023-04-18 22:55:23 +02:00
FromParser.idr rewrite parser 2023-04-24 22:25:04 +02:00
Lexer.idr coercions and compositions 2023-04-15 15:13:01 +02:00
Parser.idr rewrite parser 2023-04-24 22:25:04 +02:00
Syntax.idr rewrite parser 2023-04-24 22:25:04 +02:00