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