Skip to content

An esoteric programming language where programs are written vertically!

License

Notifications You must be signed in to change notification settings

tm01013/vertical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An esoteric programming language where programs are written vertically!

Topics

Resources

License

Stars

Watchers

Forks

Languages