Skip to content

kawaleo/velo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

recreationally made programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages