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
/
src
/
types.c
Age
Commit message (
Expand
)
Author
2026-01-02
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-22
Bugfix for `Success || Void` typechecking
Bruce Hill
2025-12-11
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-07
Change Paths to be an enum of their different types.
Bruce Hill
2025-12-07
Rename `Empty()` -> `Present()` for set-like tables
Bruce Hill
2025-12-07
Consolidate logic for enums with and without tags with fields.
Bruce Hill
2025-12-06
Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, give
Bruce Hill
2025-11-29
Fix for undefined behavior on structs/enums with padding
v2025-11-29.2
Bruce Hill
2025-11-27
Bugfix for infinite recursion in some type methods
Bruce Hill
2025-11-26
Bugfix for accidental violation of immutable value guarantees due to
Bruce Hill
2025-11-23
Better error messages and bugfix for compile_to_type logic
Bruce Hill
2025-11-23
Accessing enum fields now gives an optional value instead of a boolean
Bruce Hill
2025-11-23
Bugfix for stack memory not getting properly detected in places
Bruce Hill
2025-11-15
Constructive real functionality
Bruce Hill
2025-11-09
Rename Num -> Float64, Num32 -> Float32
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-10-11
Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` and
Bruce Hill
2025-10-05
Fix a bunch of issues with optional types
Bruce Hill
2025-10-05
Add serialization and deserialization by coercion to/from [Byte]
Bruce Hill
2025-10-05
Fix: don't allow a `lang` to be used as Text without explicitly
Bruce Hill
2025-09-21
Use colons instead of '=' for tables (e.g. {1: 2})
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
2025-09-20
WIP on inline enums
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Don't align trailing comments
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Remove some unused imports
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-05-25
Optimize codegen for enums: no longer bother with a struct wrapper, but
Bruce Hill
2025-05-03
Bugfix for promotions in comparisons
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-07
Add Byte.to() method and improved micro optimization of iterating over
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Make it a bit more ergonomic to make function types
Bruce Hill
2025-04-06
Change Set syntax from {x} to |x|
Bruce Hill
2025-04-06
Bugfix for default values for tables
Bruce Hill
2025-04-05
Fix up some tests and type_or_type
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-03
Fix textual representation of table types
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
Explicit nan type
Bruce Hill
[next]