Skip to content
This repository has been archived by the owner. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

InCode CLI

Merged into InCodeDevs/InCode

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

About

✨Modern Command Line Interface (CLI) for the InCode Programming language

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages