aboutsummaryrefslogtreecommitdiff
path: root/structs.c
AgeCommit message (Expand)Author
2024-06-17Fix issue with bitfieldsBruce Hill
2024-06-16Remove some dead code and support -l as a tomo flagBruce Hill
2024-06-16Support library name as a separate environment field from namespaceBruce Hill
2024-06-16Fix issue with type namespaces not getting properly prefixed by libraryBruce Hill
2024-06-06Split header compilation into a separate functionBruce Hill
2024-05-21Get rid of struct constructorBruce Hill
2024-05-21Improve codegen for enums and structs (change $tag$Foo$Baz toBruce Hill
2024-05-21Reduce codegen output for enums without data attached to any tagsBruce Hill
2024-04-23Make autogenerated equality method more compactBruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18Don't print dollar signs in string representations of structsBruce Hill
2024-03-18Add some better file commentsBruce Hill
2024-03-17Don't bother comparing empty structsBruce Hill
2024-03-17Preface symbols with file prefixBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-08Refactor table methods to take table structs where possibleBruce Hill
2024-03-06Fix namespace initializersBruce Hill
2024-03-05Fix up some min/max stuffBruce Hill
2024-03-05Fix default values for structsBruce Hill
2024-03-04Struct and enum methods and static membersBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Make load method be "use$name"Bruce Hill
2024-03-03Initial pass at namespacingBruce Hill
2024-02-24Improve enums with metamethodsBruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-24Split struct code into a separate fileBruce Hill