Skip to content

sagnikc395/vanara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanara

An interpreter for the Monkey programming language.

Build

To build the binary run as

make build 

Tests

To run the all the tests run as

make test