def visitWhitespace(self, ctx:TacticNotationsParser.WhitespaceContext): text(" ")
def visitPipe(self, ctx:TacticNotationsParser.PipeContext): text("|")