Parser module for TabScript transpiler. Contains the Parser class with all parsing methods.
TabScript parser implementing recursive descent parsing.
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.
Parser module for TabScript transpiler. Contains the Parser class with all parsing methods.