Adding parent nodes to asts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
type :: int
|
||||
a_type :: int
|
||||
pointer_type :: *int
|
||||
null_pointer: pointer_type = null
|
||||
|
||||
@@ -31,3 +31,4 @@ returning_void :: (insert: int)
|
||||
return
|
||||
|
||||
|
||||
type :: a_type
|
||||
Reference in New Issue
Block a user