mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Update odin/ast for multi pointers
This commit is contained in:
@@ -656,6 +656,14 @@ Pointer_Type :: struct {
|
||||
elem: ^Expr,
|
||||
}
|
||||
|
||||
Multi_Pointer_Type :: struct {
|
||||
using node: Expr,
|
||||
open: tokenizer.Pos,
|
||||
pointer: tokenizer.Pos,
|
||||
close: tokenizer.Pos,
|
||||
elem: ^Expr,
|
||||
}
|
||||
|
||||
Array_Type :: struct {
|
||||
using node: Expr,
|
||||
open: tokenizer.Pos,
|
||||
|
||||
Reference in New Issue
Block a user