Skip to content

Commit b4da853

Browse files
committed
WIP symboltable
1 parent 093845f commit b4da853

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
* [Binder](docs/compiler/binder.md)
4444
* [Binder Functions](docs/compiler/binder-functions.md)
4545
* [Binder Declarations](docs/compiler/binder-declarations.md)
46-
* [Binder SymbolTable](docs/compiler/binder-symboltable.md)
4746
* [Binder Container](docs/compiler/binder-container.md)
47+
* [Binder SymbolTable](docs/compiler/binder-symboltable.md)
4848
* [Binder Error Reporting](docs/compiler/binder-diagnostics.md)

docs/compiler/binder-symboltable.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ members?: SymbolTable; // Class, interface or literal instance
2222
exports?: SymbolTable; // Module exports
2323
```
2424

25+
#### `locals`
26+
We saw locals getting initialized by `bindChildren` based on `ContainerFlags`. Here's how it gets populated:
27+

0 commit comments

Comments
 (0)