1.0.0 • Published 2 years ago

@incodelang/cli v1.0.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
2 years ago

InCode CLI

This is the official Command Line Tool (CLI) for the InCode Programming Language.

Installation

Install the InCode CLI with npm

  npm install @incodelang/cli -g

Options

OptionDescriptionRequired
-i, --input <file>Specifies the input file that will be compiledyes
-o, --output <file>Specifies the compiling targetyes
-f, --foceForce overwrites the output file if it existsno
-a, --save-astSaves the Abstract Syntax Treeno
-s, --std-outPrints the compiled code to the standard outputno

Examples

    incode -i test.ic -o test.js -a -s -f
    incode -i test.ic -o test.js -a -s
    incode -i test.ic -o test.js -a
    incode -i test.ic -o test.js

Authors

License

GPL-3.0-only