Jesse Brault
|
e578250ee6
|
WIP name analysis.
|
2025-10-02 10:08:03 -05:00 |
|
Jesse Brault
|
eaebf8c926
|
Add derive for leaf enum spec, fix compilation errors.
|
2025-09-29 12:22:28 -05:00 |
|
Jesse Brault
|
c32ae72beb
|
WIP redoing name analysis.
|
2025-09-29 09:39:13 -05:00 |
|
Jesse Brault
|
6e37e3a5dd
|
WIP bringing back name analysis.
|
2025-09-28 12:34:37 -05:00 |
|
Jesse Brault
|
0842690e6f
|
More generation of node types.
|
2025-09-14 16:18:39 -05:00 |
|
Jesse Brault
|
c2c885d85b
|
Get less errors in name_analysis module.
|
2025-09-14 15:59:18 -05:00 |
|
Jesse Brault
|
6f727e1cdf
|
Refactor UseStatement to an enum type; remove UseStatementLast.
|
2025-05-29 21:37:07 -05:00 |
|
Jesse Brault
|
234f40ec58
|
Use ast walking to verify that identifiers have saved symbols and linking symbols are resolved.
|
2025-05-26 16:24:40 -05:00 |
|
Jesse Brault
|
22deb90c3e
|
Move ast nodes to new ast/node module.
|
2025-05-26 08:30:15 -05:00 |
|
Jesse Brault
|
cbf7921c95
|
Refactor name-analysis module to use new AST api.
|
2025-05-26 07:48:35 -05:00 |
|
Jesse Brault
|
41ab922f2c
|
Add interface/class test case.
|
2025-05-21 12:25:23 -05:00 |
|
Jesse Brault
|
d8fe97b401
|
Miscellaneous gather work and related.
|
2025-05-21 08:54:21 -05:00 |
|
Jesse Brault
|
4c68d0dc28
|
Flesh out gather and resolve, add todos, refactor a bit.
|
2025-05-20 11:09:06 -05:00 |
|
Jesse Brault
|
0c2d9f8b2f
|
Add primitive type uses and related.
|
2025-05-19 13:52:42 -05:00 |
|
Jesse Brault
|
abb7aab3a4
|
Refactoring of name-analysis.
|
2025-05-19 09:58:43 -05:00 |
|
Jesse Brault
|
c606432be2
|
Work to properly resolve imports.
|
2025-05-18 18:29:25 -05:00 |
|
Jesse Brault
|
6b6ba1d712
|
Major refactor of name analysis and related.
|
2025-05-18 18:05:03 -05:00 |
|
Jesse Brault
|
dcb261fd84
|
Remove useless DiagnosticsContainer struct; params_seen failing because unresolved types.
|
2025-05-18 16:26:05 -05:00 |
|
Jesse Brault
|
4f74136d97
|
Much work on use-statements and symbols.
|
2025-05-18 16:18:19 -05:00 |
|
Jesse Brault
|
8cd5e588a0
|
Add gathering and resolving for various constructs; two-file test still failing but fails correctly.
|
2025-05-18 10:26:38 -05:00 |
|
Jesse Brault
|
f5a82c414c
|
Much work to produce better errors during name analysis.
|
2025-05-16 15:58:42 -05:00 |
|
Jesse Brault
|
dda86f75e7
|
Begin name-analysis testing.
|
2025-05-16 11:21:44 -05:00 |
|
Jesse Brault
|
4224055860
|
Refactor name-analysis code into separate module/files.
|
2025-05-16 10:56:57 -05:00 |
|