Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 698 Bytes

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