[refactoring] remove general Node struct
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -20,12 +20,6 @@ func ExampleDump() {
|
||||
},
|
||||
},
|
||||
},
|
||||
Position: &position.Position{
|
||||
StartLine: 1,
|
||||
EndLine: 1,
|
||||
StartPos: 0,
|
||||
EndPos: 1,
|
||||
},
|
||||
},
|
||||
Stmts: []ast.Vertex{
|
||||
&ast.Identifier{},
|
||||
|
||||
Reference in New Issue
Block a user