Skip to content
Snippets Groups Projects
Commit 9e012123 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[fix] missing declaration from AT as a binary operator

parent d5a512b9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -148,6 +148,7 @@ def include_operators(pg):
@pg.production("term : factor SLASH term")
@pg.production("term : factor PERCENT term")
@pg.production("term : factor DOUBLE_SLASH term")
@pg.production("term : factor AT term")
@pg.production("power : atom DOUBLE_STAR factor")
@pg.production("power : atom DOUBLE_STAR power")
def binary_operator_node(pack):
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment