aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-20Symbol tablesCody
2023-06-19Parser works with function callsCody
2023-06-15Wrap StmtKind and produce dot graph of ASTnic-gaffney
2023-06-15STDs lmaoNic Gaffney
2023-06-15Stmt -> StmtKindnic-gaffney
2023-06-15Updated README.mdNic Gaffney
2023-06-15Fixed expressionsnic-gaffney
2023-06-15pog pog pogpogpogpogpogpogpogpog pog pog pogpogpogpogpogpogCody
2023-06-09HeheheheHAahhahahaCody
2023-06-07Moving over from a VM interpreter to natively compiled w/ LLVMCody
2023-06-06MiscCody
2023-05-24Merge branch 'master' into compilerCody
2023-05-24Merge branch 'master' of github.com:slothlang/slothlangCody
2023-05-24Some changesCody
2023-05-04Update README.mdCody
2023-04-27Remove .vscodeCody
2023-04-27Added .envrcCody
2023-04-27Merge pull request #5 from slothlang/standard-libraryCody
2023-04-27cargo-fmt lmaonic-gaffney
2023-04-27docs fixednic-gaffney
2023-04-27Update crates/sloth_vm/src/sloth_std/term.rsNic Gaffney
2023-04-27Update crates/sloth_vm/src/sloth_std/term.rsNic Gaffney
2023-04-27Update crates/sloth_vm/src/sloth_std/rand.rsNic Gaffney
2023-04-27Update crates/sloth_vm/src/sloth_std/rand.rsNic Gaffney
2023-04-27Removed un needed import or whatevernic-gaffney
2023-04-27Merge branch 'standard-library' of github.com-Nic:slothlang/sloth into standa...nic-gaffney
2023-04-27Doc stuff idk mannic-gaffney
2023-04-27Change "get_doc" to "get$doc"Nic Gaffney
2023-04-27Change "file_write" to "file$write"Nic Gaffney
2023-04-27Change "file_read" to "file$read"Nic Gaffney
2023-04-27Fixed error with clippynic-gaffney
2023-04-27Applied changes requested by @CatDevznic-gaffney
2023-04-27Merge branch 'standard-library' of github.com-Nic:slothlang/sloth into standa...nic-gaffney
2023-04-27Standard library finished for nownic-gaffney
2023-04-25Added Nix packageCody
2023-04-18Ran cargo-fmt again :)nic-gaffney
2023-04-18Added more documentation in the native functionsnic-gaffney
2023-04-18Added small doc for wait commandnic-gaffney
2023-04-18Need to write tests for it, but hopefully function docs work nownic-gaffney
2023-04-14All the tests pass now idk what happenednic-gaffney
2023-04-14eepynic-gaffney
2023-04-14awfulCody
2023-04-14Terminal and file stuffnic-gaffney
2023-04-14Merge pull request #4 from slothlang/vm-basicsNic Gaffney
2023-04-14Merge pull request #3 from slothlang/recursive-descent-parserCody
2023-04-14Improved VM. Started work on stdCody
2023-04-13Fixed for loopsnic-gaffney
2023-04-13For loops and listsnic-gaffney
2023-04-12Guessing game has explicit types nownic-gaffney
2023-04-12Function calling, returning, jumping and fibonacci programsCody