Commit Graph

30 Commits

Author SHA1 Message Date
Sasha Koshka befe371e4f What is anything anymore 2022-10-24 01:16:07 -04:00
Sasha Koshka 5641220986 Some stuff on the func sections babey 2022-10-23 01:16:40 -04:00
Sasha Koshka 3067b64f47 Altered semantics of fetchNodeFromIdentifier 2022-10-17 17:24:25 -04:00
Sasha Koshka fd9b1b3d11 wip 2022-10-17 15:41:26 -04:00
Sasha Koshka f57637d7fc Untested data section analysis 2022-10-16 02:53:37 -04:00
Sasha Koshka 12755d3f85 Enum analysis works 2022-10-13 18:48:38 -04:00
Sasha Koshka a1faf68cce Untested enum analysis 2022-10-13 18:02:35 -04:00
Sasha Koshka 5463435fae Untested rules for pulling types from other section kinds 2022-10-13 15:08:47 -04:00
Sasha Koshka b8693af68b Added some permission checks 2022-10-13 02:20:47 -04:00
Sasha Koshka aaf268d0d1 Permissions of sections in other modules are respected 2022-10-12 15:48:22 -04:00
Sasha Koshka b2fadd2fd3 Analyzer now no longer attempts to analyze an invalid tree 2022-10-12 13:14:53 -04:00
Sasha Koshka 291aad8aad Made documentation a bit better 2022-10-12 00:48:55 -04:00
Sasha Koshka 89b432c6fd Privated analysisOperation 2022-10-11 23:53:38 -04:00
Sasha Koshka 1924892ab6 Fixed isSingular 2022-10-11 23:51:55 -04:00
Sasha Koshka 7581541ff5 Added a locatable node trait 2022-10-11 18:31:37 -04:00
Sasha Koshka 67c94fb0e8 Special function for type checking and returning an error in one fell swop 2022-10-11 18:03:44 -04:00
Sasha Koshka d74f3a40dd Errors encountered while analyzing are no longer ignored 2022-10-11 17:13:37 -04:00
Sasha Koshka e2947eab8c Added permissions to analyzed sections 2022-10-01 17:21:17 -04:00
Sasha Koshka 47cb89206a Analyzer now understands type section default values 2022-09-30 00:04:28 -04:00
Sasha Koshka d117e2727c Analyzer attempts to find the source of types 2022-09-29 22:54:32 -04:00
Sasha Koshka bb4a5472e1 Less gooooo! 2022-09-29 18:09:52 -04:00
Sasha Koshka 6040980003 SectionKind has been retired 2022-09-21 21:25:48 -04:00
Sasha Koshka 92ac258dbe Added useful utilities for resolving identidfiers 2022-09-19 12:17:12 -04:00
Sasha Koshka 7cf797af26 Added analyzeTypeSection method 2022-09-18 02:41:06 -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
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 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