Refactored Parsers. Introduced BaseCustomGrammarParser. Renamed DefaultParser into DefConceptParser
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class BaseTest:
|
||||
where="isinstance(a, int) and isinstance(b, int)\n",
|
||||
pre="isinstance(a, int) and isinstance(b, int)\n",
|
||||
post="isinstance(res, int)\n",
|
||||
body="def func(x,y):\n return x+y\nfunc(a,b)\n",
|
||||
body="def func(x,y):\n return x+y\nfunc(a,b)",
|
||||
desc="specific description")
|
||||
concept.def_var("a", "value1")
|
||||
concept.def_var("b", "value2")
|
||||
|
||||
Reference in New Issue
Block a user