Refactor LeftAssociativeOperatorNode
This commit is contained in:
@@ -10,4 +10,8 @@ class StringLiteralNode(LiteralNode, LeftAssociativeOperatorNode):
|
||||
|
||||
@classmethod
|
||||
def _getTokenType(cls):
|
||||
return TokenType.STRING
|
||||
return TokenType.STRING
|
||||
|
||||
@classmethod
|
||||
def _lhsParser(cls):
|
||||
return cls.literalParser()
|
||||
Reference in New Issue
Block a user