aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29Simplify/clean up table iteration codeBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-27Const typeinfosBruce Hill
2024-02-27Pass typeinfosBruce Hill
2024-02-27Update docsBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-27TweaksBruce Hill
2024-02-26Fix up some type namespace issuesBruce Hill
2024-02-26Better error checkingBruce Hill
2024-02-25Typecheck inline C codeBruce Hill
2024-02-25Fix lto warningBruce Hill
2024-02-25Remove commentBruce Hill
2024-02-25Add for-else blockBruce Hill
2024-02-25Implement reductionsBruce Hill
2024-02-25Add test for table iterationBruce Hill
2024-02-25Add tests for '#' on collectionsBruce Hill
2024-02-25Table field access for .keys, .values, .default, .fallbackBruce Hill
2024-02-25More stringent requirements on '&' refsBruce Hill
2024-02-25Properly check mutability of lvaluesBruce Hill
2024-02-25WIP on stackrefsBruce Hill
2024-02-25Make stack references work with local varsBruce Hill
2024-02-25Implement obj[]Bruce Hill
2024-02-24Rename file extensionsBruce Hill
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill
2024-02-24Bugfix table compilationBruce Hill
2024-02-24Enum table testBruce Hill
2024-02-24Rename folderBruce Hill
2024-02-24Make CC an environment variable that's read fromBruce Hill
2024-02-24Fix testBruce Hill
2024-02-24Update testsBruce Hill
2024-02-24Improve enums with metamethodsBruce Hill
2024-02-24Add struct testsBruce Hill
2024-02-24Type constructors are globalBruce Hill
2024-02-24Simplify table codeBruce Hill
2024-02-24Fix some string literal stuff and table default stuffBruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-24Split struct code into a separate fileBruce Hill
2024-02-24Tweak cord highlightingBruce Hill
2024-02-24Fix cordingBruce Hill
2024-02-24Deprecate arr[.field] for nowBruce Hill
2024-02-23Support ++= itemBruce Hill
2024-02-23Set up 'atomic' for arraysBruce Hill
2024-02-23More testsBruce Hill
2024-02-23Integer testsBruce Hill
2024-02-23Add first testBruce Hill
2024-02-23Fix up some ++ stuff for arraysBruce Hill
2024-02-23Implement Array__concat and ++=Bruce Hill
2024-02-23Code cleanup for KeywordArgBruce Hill
2024-02-22Add TODOBruce Hill
2024-02-22Fix up keyword args and default argsBruce Hill