Give identifier and int ast types

This commit is contained in:
Jeong YunWon
2023-05-10 19:17:11 +09:00
parent d495cd9129
commit 455bcc01a0
88 changed files with 3288 additions and 2300 deletions

View File

@@ -20,7 +20,9 @@ expression: "parse_program(source, \"<test>\").unwrap()"
custom: (),
node: Name(
ExprName {
id: "a",
id: Identifier(
"a",
),
ctx: Store,
},
),
@@ -30,7 +32,9 @@ expression: "parse_program(source, \"<test>\").unwrap()"
custom: (),
node: Name(
ExprName {
id: "b",
id: Identifier(
"b",
),
ctx: Store,
},
),