Package io.github.douira.glsl_transformer.basic


package io.github.douira.glsl_transformer.basic
  • Class
    Description
    The caching parser extends the enhanced parser and returns previous parse trees if they are available.
    The enhanced parser does more than just parsing.
    Enum for the parsing strategy.
    The filter token source wraps another token source but reads tokens from it until a given filter accepts one.
    The parser interface provides the basic methods for interfacing with an object that contains an EnhancedParser.
    A transformer takes a string, does something with it and returns a string.