Commit Graph

7 Commits

Author SHA1 Message Date
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
Sasha Koshka cc8ae6c124 Added trail stack 2022-09-09 01:53:53 -04:00
Sasha Koshka 179c83ba72 Created fetchSection method
This method provides a framework for recursively analyzing
sections.
2022-09-09 01:09:17 -04:00
Sasha Koshka f3f744c348 Producing more data structures 2022-09-08 12:59:49 -04:00
Sasha Koshka 596deaf0c3 i forgor 2022-09-07 15:50:37 -04:00
Sasha Koshka f6aeae1d55 Created basic data structures for analyzer 2022-09-07 12:20:34 -04:00