Paw is a simple JavaScript transpiler and runner that uses Indonesian-flavored syntax, allowing developers to write code in Bahasa Indonesia. Version 1.1.20 is the current stable release, updated sporadically. It differentiates itself by offering a localized programming experience for Indonesian speakers, translating keywords like 'if' to 'jika' and 'function' to 'fungsi'. It targets Node.js and is primarily a CLI tool.
npm install pawwNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the CLI globally, run a Paw file, and use the compiler programmatically.
Stay updated with the repository.
Use simple syntax and report issues.
Run 'npm install -g paww' and ensure npm global bin is in PATH.
Check Paw syntax; e.g., use 'cetak' not 'print'.
No dependency data recorded yet.