1.9.2 • Published 2 months ago

@homebots/espresso-compiler v1.9.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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
1.9.1

2 months ago

1.9.2

2 months ago

1.9.0

2 months ago

1.8.0

2 months ago

1.7.0

3 months ago

1.6.0

3 months ago

1.5.2

3 months ago

1.5.1

3 months ago

1.5.0

3 months ago

1.4.0

4 months ago

1.3.7

9 months ago

1.3.6

9 months ago

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago