This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/analyzer
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
..
analyzer.go Progress on data structures for type sections 2022-09-09 20:57:41 -04:00
primitives.go Progress on data structures for type sections 2022-09-09 20:57:41 -04:00
table.go Progress on data structures for type sections 2022-09-09 20:57:41 -04:00
type.go Progress on data structures for type sections 2022-09-09 20:57:41 -04:00