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 (
Expand
)
Author
2024-07-04
Check for functions that don't return when they need to, as well as a
Bruce Hill
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
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
2024-06-13
Split import/use into separate concepts
Bruce Hill
2024-06-13
Remove unused fields on AST
Bruce Hill
2024-06-13
Support loading shared libraries
Bruce Hill
2024-06-11
Add manpage
Bruce Hill
2024-06-11
Change default optimization level to whatever the C compiler's default
Bruce Hill
2024-06-10
Add library documentation
Bruce Hill
2024-06-10
Make library name specifiable by a command line arg
Bruce Hill
2024-06-09
Change how tomo command line behavior works and how shared libraries are
Bruce Hill
2024-06-09
Remove linker flags that aren't needed anymore
Bruce Hill
[prev]
[next]