aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_vm/src/sloth_std
AgeCommit message (Collapse)Author
2023-06-07Moving over from a VM interpreter to natively compiled w/ LLVMCody
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 ↵nic-gaffney
standard-library
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-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-14eepynic-gaffney
2023-04-14Terminal and file stuffnic-gaffney
2023-04-14Improved VM. Started work on stdCody