Skip to content
/ V Public

The V programming language, both its definition and implementation (in F#)

Notifications You must be signed in to change notification settings

AvatarHurden/V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

537 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Installation

Clone the repository and cd into the directory

git clone https://github.com/AvatarHurden/V
cd V

For the most recent development version, switch to the develop branch.

git checkout develop
  1. Building

  • Visual Studio

Open the V.sln project file in Visual Studio to compile and run the code.

  • Command Line

To build the project in the command line, run the following command.

msbuild V.sln

Windows

To use the command-line program msbuild, it is necessary to download the build tools.

macOS/Unix

To run msbuild, it is necessary to install the Mono framework.

  1. Running

After compilation, cd into the correct folder.

cd V/bin/Debug
  • Windows

Simply run the executable

V.exe --help
  • macOS/Unix

Run mono with the program as an argument

mono V.exe --help

About

The V programming language, both its definition and implementation (in F#)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages