aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/encoding.scheme
AgeCommit message (Collapse)AuthorFilesLines
2023-05-01Fix an encoding issue for negative numbers.Rose Hogenson1-2/+2
2023-05-01Rewrite most of the compiler.Rose Hogenson1-0/+246
This represents a major step back in terms of functionality, and amount of code. The latter I think constitutes a major win. Next steps are to reimplement syntax-rules, call/cc, and call-with-values.