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-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
2024-05-28
Better error checking
Bruce Hill
2024-05-28
Better error reporting
Bruce Hill
2024-05-28
Change default c compiler to 'cc'
Bruce Hill
2024-05-28
Changes to dependency tracking, compilation, and object linking
Bruce Hill
2024-05-27
Remove unused code
Bruce Hill
2024-05-27
Fix up some import and -fPIC stuff
Bruce Hill
2024-05-27
Limited support for `tomo -s` to compile shared objects
Bruce Hill
2024-05-27
Add file prefix to lambda types
Bruce Hill
2024-05-27
Don't capture modules in closures (they're not real values)
Bruce Hill
2024-05-27
Bugfix for void thunks
Bruce Hill
2024-05-27
Add support for $OBJFILES to allow linking extra object files, plus
Bruce Hill
2024-05-26
Fix for parsing linker directives
Bruce Hill
2024-05-25
Move standard initialization code into tomo_init() function
Bruce Hill
2024-05-25
Include tweak
Bruce Hill
2024-05-24
Bugfix for doctest assignments not doing promotion checks
Bruce Hill
2024-05-24
Switch optional detection to use 'when .. is @..' instead of 'if .. :=
Bruce Hill
2024-05-23
Refine the parsing of blocks so it's always ':' [inline-block] [indent indent...
Bruce Hill
2024-05-23
Add a 'do' block for scoping
Bruce Hill
2024-05-23
Support 'while when'
Bruce Hill
2024-05-22
Deprecate enum field access
Bruce Hill
2024-05-22
Fix for matching with enums defined in another file
Bruce Hill
2024-05-22
Better error message
Bruce Hill
2024-05-21
Temporary fix for issue with stack references leaking memory and
Bruce Hill
2024-05-21
Get rid of struct constructor
Bruce Hill
2024-05-21
Improve codegen for enums and structs (change $tag$Foo$Baz to
Bruce Hill
2024-05-21
Reduce codegen output for enums without data attached to any tags
Bruce Hill
[prev]
[next]