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
/
compile
/
enums.c
Age
Commit message (
Collapse
)
Author
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
better error messages for this kind of `!` assertion.
2025-11-26
Bugfix for accidental violation of immutable value guarantees due to
Bruce Hill
inner field members
2025-11-23
Accessing enum fields now gives an optional value instead of a boolean
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
and changed it so anonymous enums show up in doctests with their full type instead of `enum$20`
2025-09-21
Got inlne enums working in most places
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Finally, split compile.c into compile/expressions.c
Bruce Hill
2025-08-24
Split declarations into a file
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-24
Add comments and pragmas
Bruce Hill
2025-08-24
More splitting out into separate files.
Bruce Hill
2025-08-24
Pluralize filenames
Bruce Hill
2025-08-24
Move more stuff into structs/enums files
Bruce Hill
2025-08-24
Move structs/enums into the right folder
Bruce Hill