Skip to content
Snippets Groups Projects
Unverified Commit 82e4c1cf authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Updating generated_parser with the stricter rules.

parent 7b3246a8
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ class OpenCCGParser(Parser):
@tatsumasu()
def _variable_(self): # noqa
self._pattern(r'[a-z]\d+(:[a-zA-Z\-]+)*')
self._pattern(r'[a-z]\d+(:[a-zA-Z\-]+)?')
@tatsumasu()
def _atom_(self): # noqa
......
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