Skip to content

wolkenmachine/kumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KUMO

Kumo is an experimental virtual machine and programming language.

Building

use make to build with g++. The executable will be in the bin folder.

cd src
make

Running

Use kumo to run a program. You can try the examples in the examples folder.

kumo ../examples/test.kmo

goodbye!