Jesse Brault
|
734a00ea92
|
Beginnings of type analysis.
|
2025-11-22 17:59:08 -06:00 |
|
Jesse Brault
|
f21128fd68
|
Add support for polymorphic enum builds (used for suffix operators).
|
2025-11-15 18:13:25 -06:00 |
|
Jesse Brault
|
13330300c1
|
WIP fleshing out of block and expression name analysis.
|
2025-10-31 13:04:22 -05:00 |
|
Jesse Brault
|
5721bd1e83
|
WIP variety of name-analysis things.
|
2025-10-27 19:47:57 -05:00 |
|
Jesse Brault
|
93c6a71185
|
WIP never ending name analysis.
|
2025-10-24 14:33:55 -05:00 |
|
Jesse Brault
|
b5c0e44eeb
|
Bunch of work on name analysis. Reintroduce Rc<RefCell<_>> for symbols.
|
2025-10-20 20:55:29 -05:00 |
|
Jesse Brault
|
af8f0b5dac
|
Various new ideas for name analysis.
|
2025-10-20 18:31:54 -05:00 |
|
Jesse Brault
|
dd249dd5bd
|
Properly using dyn for better dispatch of gather methods.
|
2025-10-13 11:58:30 -05:00 |
|
Jesse Brault
|
058b33ece5
|
Fix ast_node gen errors.
|
2025-09-29 09:49:02 -05:00 |
|
Jesse Brault
|
5b772443f8
|
Add walk impl.
|
2025-09-29 09:10:57 -05:00 |
|
Jesse Brault
|
df8e2279dc
|
WIP ast node ref enum and AstNode impls.
|
2025-09-28 15:02:20 -05:00 |
|
Jesse Brault
|
5b5386c7e3
|
Add file_id param/prop and Range props.
|
2025-09-25 18:43:05 -05:00 |
|
Jesse Brault
|
8a6e4277a7
|
Refactor PrettyPrint.
|
2025-09-24 14:17:17 -05:00 |
|
Jesse Brault
|
c73bb50d6f
|
WIP cargo build no more compile errors.
|
2025-09-23 18:11:53 -05:00 |
|
Jesse Brault
|
1565abace5
|
Add debug for polymorphic pass through.
|
2025-09-23 17:35:43 -05:00 |
|
Jesse Brault
|
e21b428e26
|
Various refactoring.
|
2025-09-23 11:03:25 -05:00 |
|
Jesse Brault
|
aff2fe2a2b
|
Moving things around and cargo fmt.
|
2025-09-21 11:19:27 -05:00 |
|
Jesse Brault
|
11f97a2174
|
Auto gen pretty_print impls.
|
2025-09-18 08:38:30 -05:00 |
|
Jesse Brault
|
26cb28307c
|
Move imports to generated build code.
|
2025-09-17 19:47:53 -05:00 |
|
Jesse Brault
|
7399a8748c
|
Add polymorphic build types gen.
|
2025-09-17 17:21:37 -05:00 |
|
Jesse Brault
|
a7eabae3e3
|
WIP polymorphic building.
|
2025-09-16 10:59:38 -05:00 |
|
Jesse Brault
|
f3c3e40eb2
|
Big refactor of ast gen.
|
2025-09-15 21:12:38 -05:00 |
|
Jesse Brault
|
b5cdb8dd29
|
WIP refactor of deserialization and ast code generation.
|
2025-09-15 18:20:09 -05:00 |
|
Jesse Brault
|
44f6ab10af
|
WIP on enum generation and solving generated errors.
|
2025-09-14 21:06:58 -05:00 |
|
Jesse Brault
|
434df5642a
|
Much work on ast gen, leaf enums and leaf structs.
|
2025-09-14 19:34:38 -05:00 |
|
Jesse Brault
|
42cc6720d1
|
Move around util fn and set up enum build fn mod.
|
2025-09-14 18:24:56 -05:00 |
|
Jesse Brault
|
300e65a8d3
|
Add generation for node ast file.
|
2025-09-14 15:57:06 -05:00 |
|
Jesse Brault
|
968b950436
|
Handle deserialization of leaf_enum nodes.
|
2025-09-14 09:36:38 -05:00 |
|
Jesse Brault
|
0704e7d504
|
Skeleton code for leaf_enum specs.
|
2025-09-14 09:12:00 -05:00 |
|
Jesse Brault
|
152f5a6150
|
Start outputting build.rs file from ast gen.
|
2025-09-14 08:54:06 -05:00 |
|
Jesse Brault
|
0a97cc01b9
|
Add return value to build fn.
|
2025-09-04 11:08:23 -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 |
|