aboutsummaryrefslogtreecommitdiff
path: root/src/Parser.hs
AgeCommit message (Collapse)Author
2022-08-15Try call before lambdaJuan J. Martinez
2022-08-15Better error reportingJuan J. Martinez
These don't need backtracking.
2022-08-14Limit lambdas to only use local variablesJuan J. Martinez
Dynamic allocation (and hence closures) is not supported.
2022-08-12Initial importJuan J. Martinez