Exemple #1
0
 def visitWhitespace(self, ctx:TacticNotationsParser.WhitespaceContext):
     text(" ")
Exemple #2
0
 def visitPipe(self, ctx:TacticNotationsParser.PipeContext):
     text("|")