Commit Graph

23 Commits

Author SHA1 Message Date
8c7d530080 Split header compilation into a separate function 2024-06-06 16:28:53 -04:00
b1db4fd0f6 Improve codegen for enums and structs (change $tag$Foo$Baz to
Foo$tag$Baz)
2024-05-21 20:14:57 -04:00
760f46e71c Reduce codegen output for enums without data attached to any tags 2024-05-21 13:42:33 -04:00
4c5dc9443e Rename SSS_HASH_VECTOR -> TOMO 2024-04-14 21:58:49 -04:00
04d9adc813 Switch naming convention to use '$' in symbols more 2024-03-29 12:54:31 -04:00
df2e01c15e Add some better file comments 2024-03-18 12:47:07 -04:00
5f3dac786c Clean up codegen for empty tagged data 2024-03-17 22:17:21 -04:00
6905f759e5 Empty enums use a singleton instead of a constructor 2024-03-17 22:06:55 -04:00
655b677895 Preface symbols with file prefix 2024-03-17 20:40:40 -04:00
a33f730617 Rearranging some files 2024-03-10 00:03:21 -05:00
77c9669d41 Change lang stringification to include type name 2024-03-09 18:32:36 -05:00
955f047e06 First pass at lambdas/closures 2024-03-09 14:02:19 -05:00
8427037bb9 Refactor table methods to take table structs where possible 2024-03-08 14:33:54 -05:00
03f8742eb7 Fix namespace initializers 2024-03-06 12:41:18 -05:00
558c8588ee Fix default values for structs 2024-03-05 12:55:38 -05:00
e29aa52460 Struct and enum methods and static members 2024-03-04 13:51:47 -05:00
23478e7036 Rename as_str -> as_text 2024-03-03 18:16:33 -05:00
8fab88c56f Rename Str -> Text 2024-03-03 18:15:45 -05:00
ea7fcd85b4 Make load method be "use$name" 2024-03-03 15:04:36 -05:00
c72d4ec8eb Make constructors actually functions for enums 2024-03-03 14:12:40 -05:00
bde2a0b338 Cleanup/fixes 2024-03-03 13:44:22 -05:00
ec7a9e5f10 Initial pass at namespacing 2024-03-03 13:04:50 -05:00
106704b956 Improve enums with metamethods 2024-02-24 15:24:44 -05:00