A toy compiler for the BroCode programming language that allows writing code using Hindi-style syntax. Version 2.0.6 is the current release; the project appears to be in active development with no clear release cadence. It differentiates itself by making programming accessible to Hindi speakers through familiar syntax (e.g., 'bro maanle' for variable declaration) and includes DOM manipulation and debug mode. The package primarily targets educational/fun use, not production systems.
npm install brocode-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a factorial program using BroCode syntax and runs it with the brocode CLI.
Use 'brocode' as the command. Example: 'brocode file.bc'.
Run 'npm install -g brocode-cli@latest' first, or use 'npx brocode'.
Add '<script src="https://brocode-cli.vercel.app/api/ajj-kuch-tufani-krte-hai"></script>' to <head> and use '<bro-script>' tag.
Install globally: 'npm install -g brocode-cli@latest' then run 'brocode'.
Use 'npx brocode' or 'brocode' after global install.
No dependency data recorded yet.