A Forth-to-JavaScript transpiler that converts Forth source code into JavaScript with source mapping and unit testing support. This version 1.0.7 is a proof-of-concept with limited Forth vocabulary support, no recent updates, and no TypeScript definitions. It is primarily for educational or experimental use, not production. Alternatives like NodeForth or gForth may be more stable.
npm install forthtranspilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles a simple Forth word definition and usage into JavaScript.
Consider using a more modern Forth implementation or JavaScript library.
Use a .d.ts file or manually define types if using TypeScript.
Check generated JS for accuracy; test thoroughly.
Run 'npm install forthtranspiler' in your project directory.
Use 'import forthtranspiler from 'forthtranspiler'' or dynamic import.
No dependency data recorded yet.