Ejemplo n.º 1
0
 private static SyntaxNode StringLiteral(RParser.StringLiteralContext str, Func<ParserRuleContext, Scope, SyntaxNode> transform, Scope scope)
 {
     return CSharp.ParseExpression(str.STRING().ToString());
 }