A plugin module that can extend the parser. The default export receives the parser instance, global options, and plugin-specific options. The plugin function should augment/replace parse* methods on the parser.
Configuration options for the TabScript transpiler.
Plugin options passed from import statement.
Transpiles TabScript to TypeScript or JavaScript.
Re-exports for plugin development.
Re-exports for plugin development.
TabScript transpiler main entry point. Parses options, instantiates State, and runs the parser.