Skip to content

sagnikc395/vanara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanara

Vanara is a interpreter for the Monkey programming language.

Build:

  1. Ensure make is installed on the system:
brew install make 
  1. To build the binary, run:
make build 

Tests:

To run all the tests run as:

make test