Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wanko committed Jul 22, 2024
1 parent 6f4d7ef commit 84b949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fclingo/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
+ PREFIX
+ """sum"""
+ HEAD
+ """/0 : sum_term, {<=,=,!=,<,>,>=}, sum_term, head;
+ """/0 : sum_term, {<=,=,!=,<,>,>=,=:}, sum_term, head;
&"""
+ PREFIX
+ """sus"""
Expand Down

0 comments on commit 84b949a

Please sign in to comment.