sekiguchi-nagisa / arsh

A statically typed scripting language with shell-like features
Apache License 2.0
21 stars 2 forks source link
cpp scripting-language shell

License Coverage Status Actions Status CircleCI build result

arsh

A statically typed scripting language with shell-like features.

Currently, under heavy development. Language specification is subject to change without notice.

Build Requirement

Optional Requirement

Tested Compiler

Other Tested platform

How to use

  1. build and install
$ git clone https://github.com/sekiguchi-nagisa/arsh.git
$ cd arsh && mkdir build && cd build
$ cmake ..    # default install dir is /usr/local/bin
$ make -j4
$ sudo make install
  1. run in interactive mode
$ arsh