aboutsummaryrefslogtreecommitdiff
path: root/src/Ast.hs
AgeCommit message (Collapse)Author
2022-09-01Variable declarationJuan J. Martinez
2022-08-30Boolean type, and true/false symbolsJuan J. Martinez
2022-08-14Limit lambdas to only use local variablesJuan J. Martinez
Dynamic allocation (and hence closures) is not supported.
2022-08-14Display typesJuan J. Martinez
2022-08-13Probably betterJuan J. Martinez
2022-08-12Initial importJuan J. Martinez