aboutsummaryrefslogtreecommitdiff
path: root/snug-clean/src/Snug/Compile
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Add tests for function applicationCamil Staps1-2/+9
2023-03-05Implement apCamil Staps2-0/+7
2023-02-17Pass errors using MonadFail, avoid abortsCamil Staps2-8/+13
2023-02-01Implement basic uses of localsCamil Staps2-10/+38
2023-01-31Minor improvements; implement saturated function and constructor applicationsCamil Staps1-0/+7
2023-01-30Add compilation for symbols with arity 0Camil Staps2-0/+11
2023-01-30Align on halfwords instead of double words; use data/text boundary to disting...Camil Staps2-1/+3
2023-01-30Align on double wordsCamil Staps1-1/+1
2023-01-28Add stack simulator for compilationCamil Staps4-0/+202