aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2025-04-30Update dependencies docsBruce Hill
2025-04-30Remove checks and dependenciesBruce Hill
2025-04-25Add link to websiteBruce Hill
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06Update syntax in docsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-02Update example in readmeBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-21Added autoinstaller for depsBruce Hill
2025-03-21Update READMEBruce Hill
2025-03-21Update readme dependenciesBruce Hill
2025-03-17Move to using a .build/ folder for generated files instead of foo.tm.cBruce Hill
2025-02-21Deprecate autoformatterBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-11-29Update docs and minor bugfixBruce Hill
2024-11-29Make Int serialization more compactBruce Hill
2024-11-17Update READMEBruce Hill
2024-10-09Update readmeBruce Hill
2024-10-09Update exampleBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-15Update READMEBruce Hill
2024-09-13Move learnxiny to examplesBruce Hill
2024-09-05Document examplesBruce Hill
2024-09-04Document CLI parsingBruce Hill
2024-09-04Remove readline dependencyBruce Hill
2024-09-03Update README exampleBruce Hill
2024-09-03Fix up CLI parsingBruce Hill
2024-08-19Document functionsBruce Hill
2024-08-19Update docs with linksBruce Hill
2024-08-19Update readmeBruce Hill
2024-08-13Update docsBruce Hill
2024-08-10Update some docsBruce Hill
2024-07-05Mention binutils in readmeBruce Hill
2024-07-04Update license to Sustainable Use LicenseBruce Hill
2024-06-18Reference learnxiny in the readmeBruce Hill
2024-05-14Document the REPLBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-20Update docsBruce Hill
2024-04-17Updated readmeBruce Hill
2024-04-12Update readmeBruce Hill
2024-04-12Update readmeBruce Hill
2024-03-10More docsBruce Hill
2024-03-10Updated READMEBruce Hill
2024-03-09Removing some dead codeBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce Hill
2024-03-09Slightly improved readmeBruce Hill
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill