summaryrefslogtreecommitdiffstats
path: root/syntax.sml
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Add strings and IO.Rose Hogenson1-2/+12
2024-05-18Allow pattern matching in function definitions.Rose Hogenson1-7/+11
2024-05-17Fix case on datatype.Rose Hogenson1-2/+2
2024-05-17Add datatypes.Rose Hogenson1-0/+9
2024-05-05Add tuples.Rose Hogenson1-0/+3
2024-05-05Change some formattingRose Hogenson1-0/+1
2024-05-04Implement recursive functions.Rose Hogenson1-3/+6
2024-04-28Add case over int.Rose Hogenson1-0/+16
2024-04-27Add integer arithmetic.Rose Hogenson1-3/+20
2024-04-07Add tests and fix variables.Rose Hogenson1-6/+8
2024-02-19Support function arguments.Rose Hogenson1-40/+60
2023-02-12Add lambda functions.Rose Hogenson1-3/+9
2023-02-11Finish the compiler.Rose Hogenson1-0/+10
2023-02-10Write a first draft of the compiler.Rose Hogenson1-1/+120
2022-09-11Add a simple expression parser.Rose Hogenson1-0/+9