Skip to content

Commit

Permalink
[CBRD-24941] slip: revert the use of '%' as the modular operator (#5706)
Browse files Browse the repository at this point in the history
revert the use of '%' as the modular operator because it confuses the lexer with the presence of cursor attributes and %type and %rowtype.
  • Loading branch information
hyunikn authored Dec 12, 2024
1 parent 3a6aadd commit 28ba00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_engine/pl_server/src/main/antlr/PlcLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ LANGUAGE: L A N G U A G E ;
LIKE: L I K E ;
LIST: L I S T ;
LOOP: L O O P ;
MOD: ( M O D | '%' ) ;
MOD: M O D ;
MULTISET: M U L T I S E T ;
NOT: N O T ;
NULL_: N U L L ;
Expand Down

0 comments on commit 28ba00d

Please sign in to comment.