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