ScratchScript 1.0 Help

Installing and Running

Currently, the only way to install the compiler is to compile it from source:

  • Make sure you have .NET6 installed

  • Clone the repository: git clone https://github.com/nedoxff/ScratchScript

  • Go into the project directory: cd ScratchScript

  • Build the project: dotnet build --configuration Release

bin/Release/net6.0 now contains the scrs executable and all files it needs to operate.

The following commands are currently implemented:

Compile

Compiles the .scrs file.

scrs compile [file] (--verbose) (--run)

Last modified: 02 мая 2024