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-10-28
Merge branch 'main' into internal-texts
internal-texts
Bruce Hill
2024-10-27
Disallow mutation of read-only views
Bruce Hill
2024-10-27
Deprecate "&" for stack references
Bruce Hill
2024-10-27
Remove an unnecessary ARRAY_COPY()
Bruce Hill
2024-10-27
Bugfix: for array:find() and array:sorted() and array:binary_search(),
Bruce Hill
2024-10-12
Further progress and bugfixes
Bruce Hill
2024-10-11
Convert ASTs to text
Bruce Hill
2024-10-10
Convert types.{c,h}
Bruce Hill
2024-10-10
Fix issue with non-ID chars in filenames
Bruce Hill
2024-10-09
Clean up codegen for `when` statements
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-09
Fix closure handling behavior for `defer` so that it can mutate
Bruce Hill
2024-10-09
Bugfix for `defer` using enclosing scope
Bruce Hill
2024-10-08
Bugfix for reductions over conditional comprehensions that have no values.
Bruce Hill
2024-10-08
Reduce padding needed for optional types and clean up some redundant
Bruce Hill
2024-10-08
Simplify enum/struct codegen by using reusable general-purpose
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
2024-10-02
Update array:sample() to use optional weights and do more error checking
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-30
Add datetime literal and tests
Bruce Hill
2024-09-29
Support using DateTime() as a constructor
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-28
Overhaul of argument parsing code
Bruce Hill
2024-09-27
Simplify code by making `name := use ...` a Use AST instead of a Declare
Bruce Hill
2024-09-27
Support iterating over thunks that always return non-null values (useful
Bruce Hill
2024-09-27
Better error message for duplicate fn arg name
Bruce Hill
2024-09-27
Improved support for CLI arg parsing
Bruce Hill
2024-09-27
Support `or=` and `and=` for optional types
Bruce Hill
2024-09-24
Add '$' prefix on all user code
Bruce Hill
2024-09-24
Fix type promotion for :divided_by() and :scaled_by() metamethods
Bruce Hill
2024-09-24
Support Int(yes/no)
Bruce Hill
2024-09-22
Use original folder names more
Bruce Hill
2024-09-18
Support `use`ing .c files and .S files (assembly)
Bruce Hill
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
[next]