summaryrefslogtreecommitdiffstats
path: root/elab.sml
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Add strings and IO.Rose Hogenson1-0/+3
2024-05-18Allow pattern matching in function definitions.Rose Hogenson1-0/+26
2024-05-17Fix case on datatype.Rose Hogenson1-29/+79
2024-05-17Add datatypes.Rose Hogenson1-26/+88
2024-05-05Fix a bug in pattern matching.Rose Hogenson1-4/+1
2024-05-05Add tuples.Rose Hogenson1-22/+182
2024-05-04Implement recursive functions.Rose Hogenson1-0/+12
2024-04-28Add case over int.Rose Hogenson1-8/+14
2024-04-27Add integer arithmetic.Rose Hogenson1-1/+5
2024-04-07Add tests and fix variables.Rose Hogenson1-8/+13
2024-02-19Support function arguments.Rose Hogenson1-10/+26
2023-02-12Add lambda functions.Rose Hogenson1-3/+12
2023-02-10Write a first draft of the compiler.Rose Hogenson1-0/+22