Create factor level
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from smnp.ast.node.chain import ChainParser
|
||||
from smnp.ast.node.factor import FactorParser
|
||||
from smnp.ast.node.model import Node, ParseResult
|
||||
from smnp.ast.parser import Parser
|
||||
|
||||
@@ -15,7 +15,7 @@ def parse(input):
|
||||
|
||||
|
||||
#TODO -> temporary (to remove):
|
||||
ChainParser
|
||||
FactorParser
|
||||
)(input)
|
||||
|
||||
if result.result:
|
||||
|
||||
Reference in New Issue
Block a user