aboutsummaryrefslogtreecommitdiffstats
path: root/strings.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-11Move scheme compiler into a separate directory.Rose Hogenson1-46/+0
2022-01-09Write the linker.Rose Hogenson1-3/+9
2022-01-09Remove str- prefixes from the strings library.Rose Hogenson1-23/+21
Not very scheme.
2022-01-09Initial commit.Rose Hogenson1-0/+42
Not sure if everything here will be needed eventually, but we have a working bytecode interpreter. Next I will write the linker, then the core compiler, and finish with the macro expander.