Skip to content

Commit

Permalink
reverted incorrect change
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStanleySEL committed May 3, 2024
1 parent e05ec06 commit e1b0601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blark/iec.lark
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ _type_declaration: array_type_declaration
| subrange_type_declaration
| enumerated_type_declaration

simple_type_declaration: simple_type_name ("," simple_type_name)* [ extends ] ":" simple_spec_init
simple_type_declaration: simple_type_name [ extends ] ":" simple_spec_init

indirection_type: REFERENCE_TO
| POINTER_TO+
Expand Down

0 comments on commit e1b0601

Please sign in to comment.