Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iammoltony/infinistack

Language with infinite stacks.
https://github.com/iammoltony/infinistack

c-sharp csharp dotnet esolang esoteric-language esoteric-programming-language interpreter language programming-language

Last synced: about 5 hours ago
JSON representation

Language with infinite stacks.

Awesome Lists containing this project

README

        

# Infinistack

[![CodeFactor](https://www.codefactor.io/repository/github/iammoltony/infinistack/badge)](https://www.codefactor.io/repository/github/iammoltony/infinistack)


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.