Parser module for TabScript transpiler. Contains the Parser class with all parsing methods and the Register class for plugin extensions.
State module for TabScript transpiler. Contains the State class that manages input/output during parsing.
TabScript transpiler main entry point. Parses options, instantiates State, and runs the parser.
Parser module for TabScript transpiler. Contains the Parser class with all parsing methods and the Register class for plugin extensions.