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.
    This class is used as the base parser class in code generated by ANTLR.
    The filter token source wraps another token source but reads tokens from it until a given filter accepts one.
    All job parameters have to extend this job parameter base class.
     
     
    The parser interface provides the basic methods for interfacing with an object that contains an EnhancedParser.
    A transformer takes a value, does something with it and returns a value of the same type.
    Provides utility methods for the Lexer to only recognize tokens allowed in the current context, version, profile, extension setting, ES/non-ES mode, Vulkan/non-Vulkan mode.