Skip to content

Commit

Permalink
Added some open-watcom extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mingodad committed Apr 12, 2024
1 parent 7dbd42d commit fb4c880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playground/s-sl.g
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ return_action :
| tReturn id /*J: valueId*/
| tReturn string /*J: valueId*/
| tReturn integer /*J: valueId*/
| tReturn id '(' tokenValue ')' /*only in openwatocm version*/
;

choice :
Expand Down Expand Up @@ -212,6 +213,9 @@ valueDefinition :
operationDefinitions :
operationDefinition
| operationDefinitions operationDefinition
/*only in open-watcom version*/
| operationDefinition '=' integer
| operationDefinitions operationDefinition '=' integer
;

operationDefinition :
Expand Down

0 comments on commit fb4c880

Please sign in to comment.