Added basic Jupyter Note support
This commit is contained in:
@@ -16,7 +16,7 @@ class UnexpectedEndOfFileError(ErrorNode):
|
||||
|
||||
class BnfParser(BaseParser):
|
||||
"""
|
||||
Parser used to transform litteral into ParsingExpression
|
||||
Parser used to transform literal into ParsingExpression
|
||||
example :
|
||||
a | b, c -> Sequence(OrderedChoice(a, b) ,c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user