Skip to content

Commit 9efc2f4

Browse files
committed
More grammar to ast implementation
1 parent 378d65e commit 9efc2f4

File tree

3 files changed

+616
-126
lines changed

3 files changed

+616
-126
lines changed

ast/ast.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ type Nonlocal struct {
386386

387387
type ExprStmt struct {
388388
StmtBase
389-
Value *Expr
389+
Value Expr
390390
}
391391

392392
type Pass struct {

0 commit comments

Comments
 (0)