Generate JASTADD_VERSION constant in ASTNode

Issue #202 new
Jesper Öqvist created an issue

It would be useful if ASTNode had a constant string field containing the JastAdd version used to generate the code. For example:

public class ASTNode {
    public static final String JASTADD_VERSION = "2.1.10";
}

Comments (1)

  1. Log in to comment