{"library":"quokka-script","title":"QuokkaScript Compiler","description":"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.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install quokka-script"],"cli":{"name":"qsk","version":null}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Build configuration (config.json)\n{\n  \"typeTable\": \"./path/to/type-table.json\",\n  \"sourceDir\": \"./src\",\n  \"outputDir\": \"./dist\"\n}\n\n// Build command\nconst { compile } = require('quokka-script');\nconst config = require('./config.json');\ncompile(config);","lang":"javascript","description":"Shows how to configure and run the QuokkaScript compiler using a JSON config and the compile function.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}