ChavaScript is a language transpiler (v0.1.3) that translates Hebrew-based syntax into JavaScript. It exposes parse, transpile, and run functions using acorn under the hood. Unlike alternatives like HebML or other multilingual programming languages, ChavaScript focuses on a minimal, intuitive mapping of keywords to JavaScript constructs. The package is experimental and has a low release cadence.
npm install chavascriptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates parse, transpile, and run with a Hebrew-based ChavaScript example.
Only use acorn options that are documented: ecmaVersion, sourceType, locations, etc.
Use ESM import syntax instead.
Ensure your runtime supports Unicode identifiers (Node.js 12+).
Double-check spelling of Hebrew keywords like 'יכולת' (function) and 'יהי' (let).
Use default import: const chavascript = require('chavascript'); chavascript.parse(...). Or switch to ESM.No dependency data recorded yet.