Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStanleySEL committed May 3, 2024
1 parent e35f228 commit 95c1a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blark/iec.lark
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ structure_type_declaration: structure_type_name_declaration [ extends ] ":" [ in

initialized_structure: structure_type_name ":=" structure_initialization

structure_element_declaration: var1_list ":" ( initialized_structure | array_spec_init | simple_spec_init | subrange_spec_init | enumerated_spec_init | function_call )
// I think we need to have var1_list used, here -- need to play around with that some more
structure_element_declaration: structure_element_name [ incomplete_location ] ":" ( initialized_structure | array_spec_init | simple_spec_init | subrange_spec_init | enumerated_spec_init | function_call )

union_element_declaration: structure_element_name ":" ( array_specification | simple_specification | indirect_simple_specification | subrange_specification | enumerated_specification )

Expand Down

0 comments on commit 95c1a0d

Please sign in to comment.