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
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-02-19
Restructure compile_file() so it moves a bit more towards less usage of
Bruce Hill
2025-02-10
Fix sequencing issue with typedefs for structs/enums
Bruce Hill
2025-02-10
Remove redundant declaration
Bruce Hill
2024-12-22
Add optimized metamethods for enums and structs that hold packed data
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-10-30
Organize typedef headers so the typedefs come before the namespace
Bruce Hill
2024-10-30
Bugfix for empty struct typeinfos
Bruce Hill
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-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-24
Add '$' prefix on all user code
Bruce Hill
2024-09-18
Clean up struct code a bit
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
For single-member structs/enums, don't print the member name
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Optional structs
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-03
Use Text("...") literal constructor instead of Text$from_str("...")
Bruce Hill
2024-09-02
Fix enums/structs
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-17
Bugfix for Int64$hash() being referenced
Bruce Hill
2024-08-13
Remove reference to Num$hash
Bruce Hill
2024-08-13
Fixing up more stuff
Bruce Hill
2024-08-03
Change structs/enums so they allow for field/tag names that are C
Bruce Hill
2024-07-23
Fix for order of operations issues with enum and function typedef code
Bruce Hill
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
[next]