private static SyntaxNode ComplexLiteral(RParser.ComplexLiteralContext complex, Func <ParserRuleContext, Scope, SyntaxNode> transform, Scope scope) { throw new NotImplementedException(); //td: find a complex library }
/// <summary> /// Exit a parse tree produced by <see cref="RParser.ComplexLiteral"/>. /// <para>The default implementation does nothing.</para> /// </summary> /// <param name="context">The parse tree.</param> public virtual void ExitComplexLiteral([NotNull] RParser.ComplexLiteralContext context) { }