Beispiel #1
0
 public override ASTNode VisitUnit([NotNull] UnitContext ctx)
 => new SourceNode(ctx.NAME().GetText(), this.Visit(ctx.block()));