summaryrefslogtreecommitdiffstats
path: root/main.sml
AgeCommit message (Collapse)AuthorFilesLines
2025-10-04Combine structs and expressionsRose Hogenson1-5/+5
2025-06-13Add a typecheckerRose Hogenson1-2/+3
2025-05-18Support struct expressionsRose Hogenson1-2/+2
2025-05-17Use code generation for printing the ASTRose Hogenson1-0/+1
2025-05-16Fix spelling of file namesRose Hogenson1-14/+13
2024-05-05Add tuples.Rose Hogenson1-1/+0
2024-04-28Add case over int.Rose Hogenson1-0/+1
2023-02-12Add lambda functions.Rose Hogenson1-1/+2
2023-02-11Finish the compiler.Rose Hogenson1-8/+15
Just joking. But we did manage to compile a program from SML to bytecode.
2023-02-10Write a first draft of the compiler.Rose Hogenson1-0/+9
Sorry I haven't been better about these commit messages. You're not my mom.