Jesse Brault
|
41693788fc
|
Work on ast.schema and related.
|
2025-09-08 11:57:20 -05:00 |
|
Jesse Brault
|
29a2d77b6f
|
Fix backtick strings.
|
2025-09-08 11:06:10 -05:00 |
|
Jesse Brault
|
5c01589ca3
|
Work on literals and numbers.
|
2025-09-07 19:06:13 -05:00 |
|
Jesse Brault
|
6652b9fc63
|
Work on closures.
|
2025-09-07 18:42:25 -05:00 |
|
Jesse Brault
|
bae90b8b80
|
Fix calls.
|
2025-09-07 18:37:49 -05:00 |
|
Jesse Brault
|
4bc89d5ca3
|
Fix if statements.
|
2025-09-07 18:25:30 -05:00 |
|
Jesse Brault
|
3f3df59761
|
Work on expressions.
|
2025-09-07 16:37:52 -05:00 |
|
Jesse Brault
|
3f534bf7fd
|
Refine and add statements.
|
2025-09-07 15:56:34 -05:00 |
|
Jesse Brault
|
17f5d2d62d
|
Add function and class constructs to ast.yaml.
|
2025-09-07 15:09:00 -05:00 |
|
Jesse Brault
|
59165f6235
|
Build fn child unwrap; some tests.
|
2025-09-04 19:27:26 -05:00 |
|
Jesse Brault
|
4d70765d17
|
Wrap in Boxes.
|
2025-09-04 11:10:59 -05:00 |
|
Jesse Brault
|
0a97cc01b9
|
Add return value to build fn.
|
2025-09-04 11:08:23 -05:00 |
|
Jesse Brault
|
0adb4bbe0e
|
Add or else (default) to yaml spec.
|
2025-09-04 10:21:30 -05:00 |
|
Jesse Brault
|
9f3f3e0f0d
|
Implement optionality for types.
|
2025-09-03 17:12:19 -05:00 |
|
Jesse Brault
|
3b07cef209
|
Basic function types.
|
2025-09-03 17:05:15 -05:00 |
|
Jesse Brault
|
a53388155a
|
Add optional to ast schema and ast-gen.
|
2025-09-03 16:45:09 -05:00 |
|
Jesse Brault
|
4dcb5ee783
|
Pest and ast syntax changes.
|
2025-09-03 16:39:31 -05:00 |
|
Jesse Brault
|
e79c22db72
|
Using Boxed children and name fix.
|
2025-08-31 09:44:17 -05:00 |
|
Jesse Brault
|
3ca488b76d
|
AST gen tweaks.
|
2025-08-30 09:43:11 -05:00 |
|
Jesse Brault
|
673a008e16
|
Add schema and function declaration.
|
2025-08-29 20:24:35 -05:00 |
|
Jesse Brault
|
8b310ad5d4
|
Refactor ast-generation.
|
2025-08-29 19:42:23 -05:00 |
|
Jesse Brault
|
fcca1b7aba
|
More work on ast-generation.
|
2025-08-27 12:35:43 -05:00 |
|
Jesse Brault
|
206948efa1
|
Experimenting with build.rs, quote, and syn.
|
2025-08-26 15:39:36 -05:00 |
|
Jesse Brault
|
8c802f2a15
|
Sketching July 2025.
|
2025-08-01 07:47:56 -05:00 |
|
Jesse Brault
|
6f727e1cdf
|
Refactor UseStatement to an enum type; remove UseStatementLast.
|
2025-05-29 21:37:07 -05:00 |
|
Jesse Brault
|
9f5e27b289
|
Add with-keyword sketching.
|
2025-05-26 16:24:51 -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
|
d38b30b755
|
Add depth-first traversal (walk_depth_first) to walk.rs.
|
2025-05-26 12:53:07 -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
|
20dcb4f6ce
|
Major refactoring of AST module: private properties and accessors, building clearer, using Boxes.
|
2025-05-25 17:27:15 -05:00 |
|
Jesse Brault
|
c8ff1d0fa2
|
Add todos.
|
2025-05-22 15:02:29 -05:00 |
|
Jesse Brault
|
f5f247e636
|
Add class-member symbols to symbol table display.
|
2025-05-21 22:31:51 -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
|
f614d00575
|
Add shadow import failing test.
|
2025-05-20 11:11:29 -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
|
88270e0cdd
|
Add basic name-analysis phase documentation.
|
2025-05-20 08:44:26 -05:00 |
|
Jesse Brault
|
02d6a16cf8
|
Refactor name-analysis tests.
|
2025-05-19 20:22:13 -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
|
c54e005b62
|
Add build for platform function.
|
2025-05-18 09:02:35 -05:00 |
|
Jesse Brault
|
938391ae09
|
Add use statements.
|
2025-05-18 08:32:16 -05:00 |
|
Jesse Brault
|
0c18b976d7
|
Refactor name-analysis for multiple files; set up (failing) test case for multiple files.
|
2025-05-18 08:00:32 -05:00 |
|
Jesse Brault
|
3026d22750
|
Remove dbg in assert_builds.
|
2025-05-17 19:59:07 -05:00 |
|