Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iammoltony/infinistack
- Owner: IAmMoltony
- License: mit
- Created: 2023-10-05T13:18:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T08:32:29.000Z (12 months ago)
- Last Synced: 2023-11-25T09:44:24.695Z (12 months ago)
- Topics: c-sharp, csharp, dotnet, esolang, esoteric-language, esoteric-programming-language, interpreter, language, programming-language
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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.