TabScript - v2.0.2
    Preparing search index...

    Module parser

    Parser module for TabScript transpiler. Contains the Parser class with all parsing methods.

    Classes

    Parser

    TabScript parser implementing recursive descent parsing.

    Type Aliases

    ParserMethod

    Signature for parser methods that can be extended by plugins. Methods must return truthy on success, falsy on failure. On failure, the state must be left unchanged.