Skip to content

Commit

Permalink
fix escape character in grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaw99 committed Jun 5, 2023
1 parent 8a765b3 commit fb09ec7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion logic/grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@
similarword: " similar"
whatami: " self"
""" # noqa: E501
%import common.WS
%ignore WS
%ignore /\#.*/
"""
# noqa: E501
# append the cat feature name and
# the values in another nonterminal
CAT_FEATURES = r"""
Expand Down

0 comments on commit fb09ec7

Please sign in to comment.