The official compiler for ZumP, a programming language. This package compiles ZumP source code into executable output. Version 1.0.13 targets Node.js 18+. It is a specialized tool for ZumP development with limited public adoption and documentation.
npm install zump-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiles a ZumP source file to JavaScript using the compile function, with an options object for target configuration.
Use ESM imports; add "type": "module" to your package.json or rename files to .mjs.
Refer to source code or contact maintainer for usage details.
Lock version to avoid breaking changes.
Use import() dynamic import or convert project to ESM.
Use `import { compile } from 'zump-compiler'`.No dependency data recorded yet.