Skip to content

sten-code/Stenguage

Repository files navigation

Stenguage

An interpreted and very easy to learn OOP language

Compiling from source

Stenguage is made in C# so you will need to use Visual Studio to compile it.

First clone the GitHub repo and open the .sln file in Visual Studio.

git clone https://github.com/sten-code/Stenguage.git

Click on Build > Build Solution in order to compile Stenguage. The StdLib should automatically be compiled and added to the libs folder of Stenguage.

You can add the folder to your environment variables in order to use the stenguage command everywhere.

Documentation

You can find the documenation here which contains a simple explanation on the syntax of Stenguage.

Releases

No releases published

Packages

No packages published

Languages