aboutsummaryrefslogtreecommitdiff
path: root/src/Parser.hs
AgeCommit message (Expand)Author
2022-09-07Better project layout, removed warningsJuan J. Martinez
2022-09-06AssignationJuan J. Martinez
2022-09-06Split statement parsers to get better error reportingJuan J. Martinez
2022-09-06Group variable declarationJuan J. Martinez
2022-09-02Private only makes sense for global variablesJuan J. Martinez
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
2022-08-14Limit lambdas to only use local variablesJuan J. Martinez
2022-08-12Initial importJuan J. Martinez