Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Add + & - to pre operators
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Jul 19, 2023
1 parent 4873c40 commit 07cab42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/grammar/FilParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ post_operator
pre_operator
: PLUSPLUS
| MINUSMINUS
| PLUS
| MINUS
| REF
| STAR
| NOT;
Expand Down

0 comments on commit 07cab42

Please sign in to comment.