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-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
2024-05-20
Deprecate Text.slice()
Bruce Hill
2024-05-20
Hook up Text.has(), Text.trimmed(), Text.without()
Bruce Hill
2024-05-19
Add Text.slice()
Bruce Hill
2024-05-19
Fix up some binding order issues and also some inline C issues with
Bruce Hill
2024-05-18
Tweak inline C code
Bruce Hill
2024-05-18
Minor fixes
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-18
Clean up imports a bit
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-05-16
Fix 'else if'
Bruce Hill
2024-05-15
Fix for bare enums in multi-assigns
Bruce Hill
2024-05-15
Rename func
Bruce Hill
2024-05-15
Bugfix for assignment not properly promoting (and checking) values, plus
Bruce Hill
2024-05-15
Allow specifying function arg enums without qualifiers
Bruce Hill
2024-05-15
Allow returning enums without qualifiers
Bruce Hill
2024-05-14
Document the REPL
Bruce Hill
2024-05-14
Fix REPL
Bruce Hill
2024-05-14
Better error messages
Bruce Hill
2024-05-14
Better error messages
Bruce Hill
2024-05-14
Support corecursive structs
Bruce Hill
2024-05-14
Bugfix for Num.near()
Bruce Hill
2024-05-14
Add nested indentation for doctests that recursively invoke other
Bruce Hill
2024-05-13
Check function return type when promoting
Bruce Hill
2024-05-12
Deprecate interfaces (RIP)
Bruce Hill
[prev]
[next]