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-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
2024-09-09
Initial working version
Bruce Hill
2024-09-08
Fix non-base10 integer literals
Bruce Hill
2024-09-08
Bugfix for default arguments not supporting enclosing types
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-07
USAGE and HELP need an underscore prefix so they're not imported into
Bruce Hill
2024-09-06
Support using text in conditionals
Bruce Hill
2024-09-06
Support 'when' statements as expressions
Bruce Hill
2024-09-06
Add Shell dsl type
Bruce Hill
2024-09-06
Actual fix for incref issue
Bruce Hill
2024-09-06
Speculative fix for some incref issues
Bruce Hill
2024-09-06
Bugfix for `"":join(table.keys)`
Bruce Hill
2024-09-05
Add comment
Bruce Hill
2024-09-05
Revert "Use stack() macro" (actually needs to work this way)
Bruce Hill
2024-09-05
Use stack() macro
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-05
Slightly clean up CLI usage error code for no-argument programs
Bruce Hill
2024-09-05
Rework CLI compilation so that all of the argument parsing is written to
Bruce Hill
2024-09-05
Add support for custom HELP for CLI tools
Bruce Hill
2024-09-05
Fix 'empty' clause for integer iteration
Bruce Hill
2024-09-05
For big or arbitrarily big integers not known to be constant, do full
Bruce Hill
2024-09-05
Improve codegen for loops by not adding extra braces and just using the
Bruce Hill
2024-09-05
Add early outs for (or) and (and) reducers
Bruce Hill
2024-09-05
Add iteration-over-comprehension optimization
Bruce Hill
2024-09-04
Better enum messaging for CLI arg parsing
Bruce Hill
2024-09-04
Support parsing enums (without members)
Bruce Hill
2024-09-04
Unify parsing code to correctly handle parsing integers and numbers with
Bruce Hill
[next]