aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-10Replace array:slice() with array:from(first, last) and array:by(step)Bruce Hill
2024-07-06Switch to parallel compilationBruce Hill
2024-07-05Cache AST parsings so we don't have to re-parse filesBruce Hill
2024-07-05Tweak syntax for debug printsBruce Hill
2024-07-05Mention binutils in readmeBruce Hill
2024-07-05Make file paths in stack traces relativeBruce Hill
2024-07-05Improvements to error message printoutsBruce Hill
2024-07-04Update license to Sustainable Use LicenseBruce Hill
2024-07-04Check for newline between statements in blocksBruce Hill
2024-07-04Check for functions that don't return when they need to, as well as aBruce Hill
fix for 'when' statement typing
2024-07-04Fixes for defer statements in lambdasBruce Hill
2024-07-04Add 'defer'Bruce Hill
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-07-04!! printing should quote strings by defaultBruce Hill
2024-07-04Add `!!` statement for printing textBruce Hill
2024-07-04Fix issue with text interpolation for LangsBruce Hill
2024-07-04Change metamethod namesBruce Hill
2024-07-04Add __length and __negative metamethodsBruce Hill
2024-07-02Add multiline stringBruce Hill
2024-07-01Add multiline string literal testBruce Hill
2024-07-01Add test for optionalsBruce Hill
2024-07-01Add test for metamethodsBruce Hill
2024-07-01Clean up some type checking with math operations and metamethodsBruce Hill
2024-07-01Show test output for update assignmentsBruce Hill
2024-07-01Improvements for update assignments that use metamethodsBruce Hill
2024-07-01Support math metamethods for update assignmentsBruce Hill
2024-07-01Add math metamethods (__add, __sub, etc.)Bruce Hill
2024-06-19Fix issue with using librariesBruce Hill
2024-06-18Reference learnxiny in the readmeBruce Hill
2024-06-18Add learnXinY example fileBruce Hill
2024-06-18Fix array_lvalueBruce Hill
2024-06-18Add test for array member assignmentBruce Hill
2024-06-17Dump test results to console againBruce Hill
2024-06-17Fix 'use' test to use 'import' insteadBruce Hill
2024-06-17Fix issue with bitfieldsBruce Hill
2024-06-17Fix issue with 'when' statementsBruce Hill
2024-06-17Tweak test outputBruce Hill
2024-06-16Clean up symbol_renames.txtBruce Hill
2024-06-16Fix issue with binding 'foo := use baz'Bruce Hill
2024-06-16Properly produce an error for `foo := use -lbaz`Bruce Hill
2024-06-16Deprecate '-l' as a command line flag but instead support 'use -lblah'Bruce Hill
2024-06-16Support running with `tomo -lfoo file.tm`Bruce Hill
2024-06-16Remove some dead code and support -l as a tomo flagBruce Hill
2024-06-16Support library name as a separate environment field from namespaceBruce Hill
2024-06-16Support top-level importsBruce Hill
2024-06-16Fix issue with type namespaces not getting properly prefixed by libraryBruce Hill
namespace
2024-06-14Better error reportingBruce Hill
2024-06-13Replace non-identifier characters with '_' when generating prefixesBruce Hill
2024-06-13Add `tomo -u foo` to uninstall fooBruce Hill
2024-06-13Do dynamic library symbol prefixing using 'patchelf'Bruce Hill