aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-12Guessing game has explicit types nownic-gaffney
2023-04-12types are donenic-gaffney
2023-04-11Reformatted guessing.slothnic-gaffney
2023-04-11Mutability should work now (very jank)nic-gaffney
2023-04-11Fixed if statements and while loopsnic-gaffney
2023-04-11Tests for statements done, everything works greatnic-gaffney
2023-04-11Functions work?nic-gaffney
2023-04-11Fucky wucky and some testy westiesnic-gaffney
2023-04-10Stole the old code and refactored it for the new shit, gonna go and change ↵nic-gaffney
some shit up in the future
2023-04-10Stole the old code and refactored it for the new shit, gonna go and change ↵nic-gaffney
some shit up in the future
2023-04-10ast thingy idk im new herenic-gaffney
2023-04-10ast thingy idk im new herenic-gaffney
2023-04-10clippy bullshitnic-gaffney
2023-04-10clippy bullshitnic-gaffney
2023-04-10some token stuff ignic-gaffney
2023-04-10Some basic shitCody
2023-04-10Added basic error handling to lexerCody
2023-04-09Have testing workflow run on stable & nightlyCody
2023-04-08Finnish 🇫🇮 the disassemble portion of macroCody
2023-04-08Don't know why this didn't get addedCody
2023-04-08ProgressCody
2023-04-08Fix formattingCody
2023-04-08Updated Cargo manifest to include license infoCody
2023-04-08Started on lexerCody
2023-03-30RestructureCody
2023-03-27hmCody
2023-03-26Latest nightly release has issues with rust-analyzerCody
2023-03-25Fix issues related to failing CICody
2023-03-24Stuff and thingsCody
2023-03-10🧠⛈️Cody
2023-03-06Add WASM target to Rust toolchain in flake devshellCody
2023-03-04Let chains are nightly :rolling_eyes:Cody
2023-03-04Add GitHub workflow and update Nix flakesCody
2023-03-04Merge pull request #2 from nic-gaffney/masterCody
Update readme a bit more
2023-03-04Updated READMEmasternic-gaffney
2023-03-04Added disclaimernic-gaffney
2023-03-04Merge pull request #1 from slothlang/masterNic Gaffney
Pull
2023-03-04Updated README.mdnic-gaffney
2023-03-04Merge pull request #1 from nic-gaffney/masterCody
Fixed parenthesis in fib.sloth print
2023-03-04Updated README.mdGaffclant
2023-03-04Fixed parenthesis in fib.sloth printGaffclant
2023-02-27Cleaned up some codeCody
2023-02-27Added while loops & guessing gameCody
2023-02-27Remove debug stuffCody
2023-02-27Functions beginningsCody
2023-02-27painCody
2023-01-29More stuffsCody
2022-12-17Add dependency linting with cargo-denyCody
2022-12-17Improvements to lexer, add test and benchmarks to lexerCody
- 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-16Remove allocation from token- instead use 'a lifetimeCody
This changes token from having an owned string instead opting to use a str with the same lifetime as the lexer itself.