Package io.github.douira.glsl_transformer.ast.transform


package io.github.douira.glsl_transformer.ast.transform
  • Class
    Description
    The AST builder is a visitor of the parse tree (not an AST visitor) that generates AST nodes from parse tree nodes.
     
    The AST transformer takes parses a string, turns it into an AST, transforms it with the given transformation and then prints it back.
    Matcher<T extends ASTNode>
    Instances of the matcher can match a node against a stored pattern.