@homebots/espresso-compiler
TypeScript icon, indicating that this package has built-in type declarations

1.9.2 • Public • Published

Espresso compiler

Compiler for Espresso language, used by HomeBots VM

Usage

npx @homebots/espresso-compiler <input> <output-format>

<input>: A script file, or - to read from stdin

<output-format>: One of the Node.js Buffer string formats (hex, utf8, base64...), or specify js to output a valid JS module with an array of bytes with the program

npx @homebots/espresso-compiler path/to/file.esp hex
cat file.esp | npx @homebots/espresso-compiler - js

Readme

Keywords

Package Sidebar

Install

npm i @homebots/espresso-compiler

Weekly Downloads

191

Version

1.9.2

License

MIT

Unpacked Size

723 kB

Total Files

88

Last publish

Collaborators

  • darlanalves