index
:
sloth
master
struct
A blazingly slow compiled language
Nic Gaffney
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2023-03-04
Updated README
master
nic-gaffney
2023-03-04
Added disclaimer
nic-gaffney
2023-03-04
Merge pull request #1 from slothlang/master
Nic Gaffney
2023-03-04
Updated README.md
nic-gaffney
2023-03-04
Merge pull request #1 from nic-gaffney/master
Cody
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
2022-12-16
Remove allocation from token- instead use 'a lifetime
Cody
2022-12-15
Replace `let` keyword with `val` and `var`
Cody
2022-12-15
Initial language designs & lexer from crafting interpreters
Cody