Emojicode-transpiler is a CLI tool (v0.1.0) that converts Emojicode source code using GFM-style emoji keywords (e.g. :grinning:) or traditional coding keywords into standard Emojicode emoji syntax. It aims to improve productivity when writing Emojicode programs by allowing easier text-based input. The transpiler uses a fixed mapping table for all Emojicode syntax elements. It is a niche tool with no active development or recent releases; use at your own risk.
npm install emojicode-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a GFM-style Emojicode source file to standard Emojicode emoji syntax using the CLI.
Ensure all tokens used are present in the mapping table. Custom or extended Emojicode syntax won't transpile.
Always use the .🍇 extension for input files.
Check the Emojicode specification and latest transpiler compatibility before use.
Ensure Node.js is installed and the package is installed globally with -g.
Use the CLI directly: npx emojicode-transpiler <file>
Install globally with npm install -g emojicode-transpiler
Refer to the Transpilation Table and only use supported tokens.
No dependency data recorded yet.