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
/
structs.c
Age
Commit message (
Expand
)
Author
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-06-17
Fix issue with bitfields
Bruce Hill
2024-06-16
Remove some dead code and support -l as a tomo flag
Bruce Hill
2024-06-16
Support library name as a separate environment field from namespace
Bruce Hill
2024-06-16
Fix issue with type namespaces not getting properly prefixed by library
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-05-21
Get rid of struct constructor
Bruce Hill
2024-05-21
Improve codegen for enums and structs (change $tag$Foo$Baz to
Bruce Hill
2024-05-21
Reduce codegen output for enums without data attached to any tags
Bruce Hill
2024-04-23
Make autogenerated equality method more compact
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
Improve codegen for enums by eliminating unnecessary methods
Bruce Hill
2024-03-18
Don't print dollar signs in string representations of structs
Bruce Hill
2024-03-18
Add some better file comments
Bruce Hill
2024-03-17
Don't bother comparing empty structs
Bruce Hill
2024-03-17
Preface symbols with file prefix
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Change lang stringification to include type name
Bruce Hill
2024-03-08
Refactor table methods to take table structs where possible
Bruce Hill
2024-03-06
Fix namespace initializers
Bruce Hill
2024-03-05
Fix up some min/max stuff
Bruce Hill
2024-03-05
Fix default values for structs
Bruce Hill
2024-03-04
Struct and enum methods and static members
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Make load method be "use$name"
Bruce Hill
2024-03-03
Initial pass at namespacing
Bruce Hill
2024-02-24
Improve enums with metamethods
Bruce Hill
2024-02-24
Fixing up structs
Bruce Hill
2024-02-24
Split struct code into a separate file
Bruce Hill