Skip to content

Commit

Permalink
fix(plc4x/codegen): add tickles id expressions to mspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl authored and chrisdutz committed Nov 17, 2021
1 parent 877f1f1 commit f9d737e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,13 @@ innerExpression
;

idExpression
// TODO: remove the old superfluos ticks ASAP
: TICK id=IDENTIFIER_LITERAL TICK
| id=IDENTIFIER_LITERAL
// Explicitly allow the loop type keywords in id-expressions
// TODO: remove the old superfluos ticks ASAP
| TICK id=ARRAY_LOOP_TYPE TICK
| id=ARRAY_LOOP_TYPE
;

TICK : '\'';
Expand Down

0 comments on commit f9d737e

Please sign in to comment.