aboutsummaryrefslogtreecommitdiff
path: root/src/Parser.hs
AgeCommit message (Collapse)Author
2022-09-06Group variable declarationJuan J. Martinez
2022-09-02Private only makes sense for global variablesJuan J. Martinez
Also make error reporting slightly better on statements.
2022-09-02Private variablesJuan J. Martinez
2022-09-01Use the position of the identJuan J. Martinez
2022-09-01Variable declarationJuan J. Martinez
2022-08-30Boolean type, and true/false symbolsJuan J. Martinez
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