This commit is contained in:
ChUrl
2020-12-14 15:04:32 +01:00
parent be2d56f7b2
commit 63903f6955

View File

@ -20,7 +20,7 @@ public class AST {
return this.root.size();
}
public void preprocess(Grammar grammar) {
public void postprocess(Grammar grammar) {
ASTCompacter.clean(this, grammar);
ASTBalancer.balance(this);
}