Use 'type_identifier' in array type declaration
This commit is contained in:
parent
0827093fe7
commit
5d37bf7bd1
5 changed files with 8 additions and 5 deletions
|
|
@ -93,7 +93,7 @@ type array_of_int = array of int
|
|||
(type_declaration
|
||||
name: (identifier)
|
||||
value: (array_type
|
||||
element_type: (identifier))))
|
||||
element_type: (type_identifier))))
|
||||
|
||||
================================================================================
|
||||
Array type declaration non-associativity
|
||||
|
|
@ -108,7 +108,7 @@ type array_of_array_of_int = array of array of int
|
|||
(type_declaration
|
||||
name: (identifier)
|
||||
value: (array_type
|
||||
element_type: (identifier)))
|
||||
element_type: (type_identifier)))
|
||||
(identifier))
|
||||
(identifier))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue