aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-06-07Moving over from a VM interpreter to natively compiled w/ LLVMCody
2023-05-24Some changesCody
2023-04-12END THIS PAIN AND SUFFERINGCody
2023-04-08Updated Cargo manifest to include license infoCody
2023-04-08Started on lexerCody
2023-03-30RestructureCody
2023-03-24Stuff and thingsCody
2023-02-27Functions beginningsCody
2022-12-15Initial language designs & lexer from crafting interpretersCody
The very initial language designs I came up with for Sloth. Likely contains inconsistencies and definitely contains things that will be changed in the future. This is basically just a dump of every idea I've had for the language thus far. As for the lexer right now it is heavily based on the one from the Crafting Interpretrs book and doesn't yet parse Sloth grammar.