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-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
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
[next]