public override bool VisitUnquotedLiteralArgument([NotNull] sphereScript99Parser.UnquotedLiteralArgumentContext context)
        {
            arguments.Add($"unq: {context.GetText()}");

            return(true);
        }
Beispiel #2
0
 public override bool VisitUnquotedLiteralArgument([NotNull] sphereScript99Parser.UnquotedLiteralArgumentContext context)
 {
     return(parentTranspiler.Visit(context));
 }