aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.sloth
AgeCommit message (Collapse)Author
5 daysrandom stuff MERGENic Gaffney
2023-06-29For loopsCody
2023-06-28filer added to stdNic Gaffney
2023-06-27Working conways game of lifeCody
2023-06-27Slightly improve error reportingCody
2023-06-27mmmm multiple files mmmmmCody
2023-06-26Delete random examplesCody
2023-06-26Strings and so much moreCody
2023-06-26vset, vget & vlenCody
2023-06-26vpop & function argsCody
2023-06-26Bugfix with dynamic arraysCody
2023-06-26Working dynamically sized arrays (syntax not right)Cody
2023-06-25getting loopyCody
2023-06-25brain damageCody
2023-06-24hehehahaCody
2023-06-23Integrated symbol tables into ASTCody
2023-06-19Parser works with function callsCody
2023-06-15pog pog pogpogpogpogpogpogpogpog pog pog pogpogpogpogpogpogCody
2023-04-13Fixed for loopsnic-gaffney
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.