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-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
2024-06-09
Change build process to use static objects instead of dynamic linking
Bruce Hill
2024-06-08
Change c/header transpilation order and fix some issues
Bruce Hill
2024-06-06
Change the rules for tests so they recompile and save their output
Bruce Hill
2024-06-06
Fix issue with importing modules
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-06-06
Fix float literals for integer floats
Bruce Hill
2024-06-06
Prefer 'sizeof(t[n])' over 'sizeof(t)*n'
Bruce Hill
2024-06-01
Change how floats are serialized
Bruce Hill
2024-05-31
Change how behavior is handled for running files with no main() func
Bruce Hill
2024-05-31
Fix imported symbol prefixes
Bruce Hill
2024-05-31
Fix "extern" issue for real
Bruce Hill
2024-05-31
Change where 'extern' keyword goes in codegen for variable declarations
Bruce Hill
2024-05-28
Top-level inline C code goes in C file, not header
Bruce Hill
2024-05-28
Add -C cleanup flag and tweak where .so files get installed
Bruce Hill
2024-05-28
Shared object files should create a .o first and then .so after
Bruce Hill
[next]