We can now use concept sets in BNF definitions

This commit is contained in:
2020-01-19 21:48:43 +01:00
parent a7b239c167
commit 821614a6c4
16 changed files with 643 additions and 93 deletions
-2
View File
@@ -50,8 +50,6 @@ def test_i_can_parse_from_tokens(text, expected):
"foo = 'name"
])
def test_i_can_detect_error(text):
text = "1+"
parser = PythonParser()
res = parser.parse(get_context(), text)