Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 729 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 729 Bytes

Vertical

An esoteric programming language made in C# where programs are written vertically!

Requirements:

  • Dotnet sdk 7.0 and 8.0

Usage

  1. Clone the repo

    git colne https://github.com/tm01013/vertical.git
  2. dotnet publish

    cd vertical
    mkdir out
    dotnet publish -o out --os <your os (linux, osx, win)>
    
  3. 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>

License: MIT

© Márton Tatár 2024