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
path:
root
/
compile.c
Age
Commit message (
Expand
)
Author
2024-09-18
Clean up struct code a bit
Bruce Hill
2024-09-18
Clean up enum code
Bruce Hill
2024-09-18
Deprecate linker directives
Bruce Hill
2024-09-18
Support explicit discards better by allowing multiple declared "_" vars
Bruce Hill
2024-09-17
Overhaul of header logic so it now uses topological ordering and
Bruce Hill
2024-09-17
Perform topological ordering when compiling typedefs so users don't need
Bruce Hill
2024-09-16
Fix `not x` for optional values
Bruce Hill
2024-09-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-16
Support (optional or skip)
Bruce Hill
2024-09-16
Show more error info
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-15
Fix optional text CLI args
Bruce Hill
2024-09-15
Update Inline C syntax and documentation/tests
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Fix up `if var := ...:` in ternary expressions and optional checking
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-12
Make functions print with `func name(...)->... [file:line]` info
Bruce Hill
2024-09-12
Fix up comprehensions so set comprehensions work and everything is a bit
Bruce Hill
2024-09-12
Add enum scoping to arrya/set/table literals
Bruce Hill
2024-09-12
Automatic promotion to single-argument enum tags with a unique type
Bruce Hill
2024-09-12
Use CString literals as constant values
Bruce Hill
2024-09-12
Table:get() now uses optional values instead of default or failure modes
Bruce Hill
2024-09-12
Add postfix `!` operator for optionals
Bruce Hill
2024-09-11
Change check_optional -> check_null
Bruce Hill
2024-09-11
Add optional:or_else(fallback) and optional:or_fail(message)
Bruce Hill
2024-09-11
Fix optional integer promotion
Bruce Hill
2024-09-11
Fix threads and integers
optionals
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Bugfix big int literals
Bruce Hill
2024-09-11
Change *:from_text() methods to return optional values and set up CLI
Bruce Hill
2024-09-11
Fix optional bools
Bruce Hill
2024-09-11
Rename channel_t -> Channel_t for consistency
Bruce Hill
2024-09-11
Rename closure_t -> Closure_t for consistency
Bruce Hill
2024-09-11
Rename "Nil"->"Null" for consistency
Bruce Hill
2024-09-11
Optionals for threads
Bruce Hill
2024-09-11
Optional channels (plus fixed some channel bugs)
Bruce Hill
2024-09-11
Optional C Strings
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Optional structs
Bruce Hill
2024-09-11
Optional fixed-size ints
Bruce Hill
2024-09-11
Support conditionals for tables/arrays/sets
Bruce Hill
2024-09-11
Support `if x := blah: ...`
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-09
Fix up some stuff with path escaping
Bruce Hill
2024-09-09
remove debug code
Bruce Hill
2024-09-09
Clean up CLI path arrays
Bruce Hill
2024-09-09
Correctly clean up CLI args that are paths
Bruce Hill
2024-09-09
Add mktemp functionality
Bruce Hill
[next]