Skip to content

Coffee-Hotel-Spa/shaell-interpreter

Repository files navigation

shæll-interpreter

.NET

Build guide

  1. Open the ShaellLang directory located at ../shaell-interpreter-main/ShaellLang.

  2. Use dotnet run to build and run the shaell interpreter.

Usage guide

For this guide we will assume the executable is called shaell

To run a script use

shaell <filepath>
shaell <filepath> <argument1> <argument2> ... 

To run in interactive mode use

shaell

Script naming convention

We suggest using the extension for your scripts

Releases

No releases published

Packages

No packages published