An esoteric programming language made in C# where programs are written vertically!
- Dotnet sdk 7.0 and 8.0
-
Clone the repo
git colne https://github.com/tm01013/vertical.git
-
dotnet publish
cd vertical mkdir out dotnet publish -o out --os <your os (linux, osx, win)>
-
Run the interpreter
Windows:./out/Vertical.exe <path to your vertical script>
Mac:
./out/Vertical <path to your vertical script>
Linux:
./out/Vertical <path to your vertical script>
© Márton Tatár 2024