| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-28 | Fixed issues with building Sloth | Cody | |
| - Made Sloth build with Rust stable again - Made a rust-toolchain file so everyone uses the same version of Rust - Fixed the GitHub Actions to have LLVM so it can actually build - Fixed the Nix package to have LLVM so it can actually build | |||
| 2023-06-26 | Strings and so much more | Cody | |
| 2023-06-07 | Moving over from a VM interpreter to natively compiled w/ LLVM | Cody | |
| 2023-05-24 | Some changes | Cody | |
| 2023-04-25 | Added Nix package | Cody | |
| 2023-03-26 | Latest nightly release has issues with rust-analyzer | Cody | |
| 2023-03-06 | Add WASM target to Rust toolchain in flake devshell | Cody | |
| 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. | |||
