Commit Graph

6 Commits

Author SHA1 Message Date
Sasha Koshka ed4c9aa0d2 Iterator actually advances now 2022-09-29 17:34:51 -04:00
Sasha Koshka 25cc74a6d9 ??? the 2022-09-22 13:19:23 -04:00
Sasha Koshka b3ebd7a259 Stub for analyzing type specifiers 2022-09-20 11:01:56 -04:00
Sasha Koshka 3a5086ad33 Moved type sections into a dedicated file 2022-09-17 23:36:59 -04:00
Sasha Koshka 3635eef15a Some ToString functionality 2022-09-10 19:50:18 -04:00
Sasha Koshka b3e2d9f822 Progress on data structures for type sections
Type specifiers will now store a list of members, instead of
type sections doing that. This will make it possible to do an
inline object definition within a data section, = phrase, etc.

The parser will be reworked to include syntax that supports this,
objects and types will be merged into just a type section, and
face sections will have the added capability of defining function
pointer types.
2022-09-09 20:57:41 -04:00