-
Open the ShaellLang directory located at
../shaell-interpreter-main/ShaellLang
. -
Use
dotnet run
to build and run the shaell interpreter.
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
We suggest using the .æ
extension for your scripts