The QuokkaScript compiler (v3.0.1) is a build tool for a custom scripting language, enabling compilation of QuokkaScript source into executable forms. It requires a Type Table path for namespace resolution and supports configuration via JSON. The project appears to be in maintenance mode with no recent updates, and the documentation is sparse, making it primarily suitable for existing users of the custom language. Key differentiators are limited due to the niche, custom-language focus.
npm install quokka-scriptNo compatibility data collected yet for this library.
Shows how to configure and run the QuokkaScript compiler using a JSON config and the compile function.
Ensure your config.json includes a valid 'typeTable' property pointing to the type definitions file.
Clone QComponent4 to the required directory as per your setup.
Explicitly define all properties before use, or check the compiler documentation for implicit value handling.
Set a valid 'typeTable' path in config.json.
Clone QComponent4 repository to the required directory (e.g., test/lib).
No dependency data recorded yet.