Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 281 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 281 Bytes

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