Skip to content

Commit d358576

Browse files
authored
v2: finish cleanc flat AST self-host migration (#27390)
1 parent 7134f48 commit d358576

76 files changed

Lines changed: 12705 additions & 3884 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

vlib/v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ parsing, type checking, markused, and native SSA input:
1010
- `ast.flatten_files(files)` builds `ast.FlatAst` with contiguous `nodes` and `edges`.
1111
- `ast.legacy_ast_stats(files)` estimates memory/shape metrics for recursive AST files.
1212
- `flat.stats()` and `flat.count_reachable_nodes()` report flat graph size and reachability.
13-
- `V2_LEGACY_AST=1` keeps the old recursive-AST pipeline available for comparison.
13+
- `flat.to_files()` remains available for focused flat-reader roundtrip tests.

0 commit comments

Comments
 (0)