| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-10 | Stole the old code and refactored it for the new shit, gonna go and change ↵ | nic-gaffney | |
| some shit up in the future | |||
| 2023-04-10 | Stole the old code and refactored it for the new shit, gonna go and change ↵ | nic-gaffney | |
| some shit up in the future | |||
| 2023-04-10 | Beginning progress on virtual machine | Cody | |
| 2023-04-10 | ast thingy idk im new here | nic-gaffney | |
| 2023-04-10 | ast thingy idk im new here | nic-gaffney | |
| 2023-04-10 | clippy bullshit | nic-gaffney | |
| 2023-04-10 | clippy bullshit | nic-gaffney | |
| 2023-04-10 | some token stuff ig | nic-gaffney | |
| 2023-04-10 | Some basic shit | Cody | |
| 2023-04-10 | Added basic error handling to lexer | Cody | |
| 2023-04-09 | Have testing workflow run on stable & nightly | Cody | |
| 2023-04-08 | Finnish 🇫🇮 the disassemble portion of macro | Cody | |
| 2023-04-08 | Don't know why this didn't get added | Cody | |
| 2023-04-08 | Progress | Cody | |
| 2023-04-08 | Fix formatting | Cody | |
| 2023-04-08 | Updated Cargo manifest to include license info | Cody | |
| 2023-04-08 | Started on lexer | Cody | |
| 2023-03-30 | Restructure | Cody | |
| 2023-03-27 | hm | Cody | |
| 2023-03-26 | Latest nightly release has issues with rust-analyzer | Cody | |
| 2023-03-25 | Fix issues related to failing CI | Cody | |
| 2023-03-24 | Stuff and things | Cody | |
| 2023-03-10 | 🧠⛈️ | Cody | |
| 2023-03-06 | Add WASM target to Rust toolchain in flake devshell | Cody | |
| 2023-03-04 | Let chains are nightly :rolling_eyes: | Cody | |
| 2023-03-04 | Add GitHub workflow and update Nix flakes | Cody | |
| 2023-03-04 | Merge pull request #2 from nic-gaffney/master | Cody | |
| Update readme a bit more | |||
| 2023-03-04 | Updated READMEmaster | nic-gaffney | |
| 2023-03-04 | Added disclaimer | nic-gaffney | |
| 2023-03-04 | Merge pull request #1 from slothlang/master | Nic Gaffney | |
| Pull | |||
| 2023-03-04 | Updated README.md | nic-gaffney | |
| 2023-03-04 | Merge pull request #1 from nic-gaffney/master | Cody | |
| Fixed parenthesis in fib.sloth print | |||
| 2023-03-04 | Updated README.md | Gaffclant | |
| 2023-03-04 | Fixed parenthesis in fib.sloth print | Gaffclant | |
| 2023-02-27 | Cleaned up some code | Cody | |
| 2023-02-27 | Added while loops & guessing game | Cody | |
| 2023-02-27 | Remove debug stuff | Cody | |
| 2023-02-27 | Functions beginnings | Cody | |
| 2023-02-27 | pain | Cody | |
| 2023-01-29 | More stuffs | Cody | |
| 2022-12-17 | Add dependency linting with cargo-deny | Cody | |
| 2022-12-17 | Improvements to lexer, add test and benchmarks to lexer | Cody | |
| - Change lexer functions to return a option - Return None variant instead of \u0000 in case of EOF - Test lexer against a sample program | |||
| 2022-12-16 | Remove allocation from token- instead use 'a lifetime | Cody | |
| This changes token from having an owned string instead opting to use a str with the same lifetime as the lexer itself. | |||
| 2022-12-15 | Replace `let` keyword with `val` and `var` | Cody | |
| Thanks for pointing out that using `let` and `let mut` was stupid for a scripting language @mworzala | |||
| 2022-12-15 | Initial language designs & lexer from crafting interpreters | Cody | |
| 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. | |||
