ast_printer: print scopes inside functions
- comp_ctx: add children attr for debug info
This commit is contained in:
parent
97c2437d97
commit
64e39a6f1e
3 changed files with 25 additions and 3 deletions
|
@ -3,7 +3,7 @@ const (
|
|||
)
|
||||
|
||||
fn f() i32 {
|
||||
var a = 3;
|
||||
//var a = 3;
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue