{"library":"paww","title":"Paw Language","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install paww"],"cli":{"name":"paw","version":null}},"imports":["import paww from 'paww'","import { PawRunner } from 'paww'","import { PawCompiler } from 'paww'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install globally: npm install -g paww\n// Create a file hello.paw with:\n// cetak(\"Halo Dunia!\")\n// Run: paww hello.paw\n\n// Or programmatic usage:\nimport { PawCompiler } from 'paww';\nconst compiler = new PawCompiler();\nconst jsCode = compiler.compile('cetak(\"Halo Dunia!\")');\nconsole.log(jsCode); // console.log(\"Halo Dunia!\");","lang":"typescript","description":"Shows how to install the CLI globally, run a Paw file, and use the compiler programmatically.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}