index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-07-10
Replace array:slice() with array:from(first, last) and array:by(step)
Bruce Hill
2024-07-06
Switch to parallel compilation
Bruce Hill
2024-07-05
Cache AST parsings so we don't have to re-parse files
Bruce Hill
2024-07-05
Tweak syntax for debug prints
Bruce Hill
2024-07-05
Mention binutils in readme
Bruce Hill
2024-07-05
Make file paths in stack traces relative
Bruce Hill
2024-07-05
Improvements to error message printouts
Bruce Hill
2024-07-04
Update license to Sustainable Use License
Bruce Hill
2024-07-04
Check for newline between statements in blocks
Bruce Hill
2024-07-04
Check for functions that don't return when they need to, as well as a
Bruce Hill
fix for 'when' statement typing
2024-07-04
Fixes for defer statements in lambdas
Bruce Hill
2024-07-04
Add 'defer'
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-07-04
!! printing should quote strings by default
Bruce Hill
2024-07-04
Add `!!` statement for printing text
Bruce Hill
2024-07-04
Fix issue with text interpolation for Langs
Bruce Hill
2024-07-04
Change metamethod names
Bruce Hill
2024-07-04
Add __length and __negative metamethods
Bruce Hill
2024-07-02
Add multiline string
Bruce Hill
2024-07-01
Add multiline string literal test
Bruce Hill
2024-07-01
Add test for optionals
Bruce Hill
2024-07-01
Add test for metamethods
Bruce Hill
2024-07-01
Clean up some type checking with math operations and metamethods
Bruce Hill
2024-07-01
Show test output for update assignments
Bruce Hill
2024-07-01
Improvements for update assignments that use metamethods
Bruce Hill
2024-07-01
Support math metamethods for update assignments
Bruce Hill
2024-07-01
Add math metamethods (__add, __sub, etc.)
Bruce Hill
2024-06-19
Fix issue with using libraries
Bruce Hill
2024-06-18
Reference learnxiny in the readme
Bruce Hill
2024-06-18
Add learnXinY example file
Bruce Hill
2024-06-18
Fix array_lvalue
Bruce Hill
2024-06-18
Add test for array member assignment
Bruce Hill
2024-06-17
Dump test results to console again
Bruce Hill
2024-06-17
Fix 'use' test to use 'import' instead
Bruce Hill
2024-06-17
Fix issue with bitfields
Bruce Hill
2024-06-17
Fix issue with 'when' statements
Bruce Hill
2024-06-17
Tweak test output
Bruce Hill
2024-06-16
Clean up symbol_renames.txt
Bruce Hill
2024-06-16
Fix issue with binding 'foo := use baz'
Bruce Hill
2024-06-16
Properly produce an error for `foo := use -lbaz`
Bruce Hill
2024-06-16
Deprecate '-l' as a command line flag but instead support 'use -lblah'
Bruce Hill
2024-06-16
Support running with `tomo -lfoo file.tm`
Bruce Hill
2024-06-16
Remove some dead code and support -l as a tomo flag
Bruce Hill
2024-06-16
Support library name as a separate environment field from namespace
Bruce Hill
2024-06-16
Support top-level imports
Bruce Hill
2024-06-16
Fix issue with type namespaces not getting properly prefixed by library
Bruce Hill
namespace
2024-06-14
Better error reporting
Bruce Hill
2024-06-13
Replace non-identifier characters with '_' when generating prefixes
Bruce Hill
2024-06-13
Add `tomo -u foo` to uninstall foo
Bruce Hill
2024-06-13
Do dynamic library symbol prefixing using 'patchelf'
Bruce Hill
[prev]
[next]