Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 696 Bytes

velo

A programming language made in my spare time

Note: If you would like to contribute, see CONTRIBUTING.md

Introduction

velo is designed to be a simple and easily maintainable general purpose programming language similar to those of javascript and python

But why?
I created velo to teach myself how to write an interpreter
But still, why?
I guess I got bored

Compiling from Source

Requirements

velo assumes the following packages are installed

  • cargo and rustc
  • git (in order to clone repo)

Compiling

Firstly, run

git clone https://github.com/kawaleo/velo.git
cd velo

Now run cargo run to access the REPL