Adding parent nodes to asts

This commit is contained in:
Krzosa Karol
2022-05-27 16:19:18 +02:00
parent 8fb29e21d1
commit 798453c7db
6 changed files with 47 additions and 57 deletions

View File

@@ -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