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
/
enums.c
Age
Commit message (
Collapse
)
Author
2025-08-24
Move structs/enums into the right folder
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Remove some unused imports
Bruce Hill
2025-08-17
Bugfix: added support for Tomo identifiers that are C keywords
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
Tomo standard library.
2025-05-25
Optimize codegen for enums: no longer bother with a struct wrapper, but
Bruce Hill
just use a C enum type instead. This will make it easier to use externally defined enums in the future.
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-29
Fix string issues
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-03
Deprecate heap_strf
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill