Skip to content

IAmMoltony/Infinistack

Repository files navigation

Infinistack

CodeFactor

Infinistack logo

Infinistack is a programming language where you have infinite stacks.

Building

To build the interpreter, you will need to have C# development tools. On Windows, you can use Visual Studio with C# development tools. On other platforms, you will have to use the .NET CLI or other IDEs.

Building using Visual Studio

Build the "Infinistack" solution. It's that simple.

Building using .NET CLI

$ dotnet build

Language Syntax

See SYNTAX.md.

Contributing

All kinds of contributions are welcome. If you find a bug, please create an issue. If you want to contribute code, fork the repo and make a pull request.