Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 284 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 284 Bytes

vanara

Vanara is a interpreter for the Monkey programming language.

Build:

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

Tests:

To run all the tests run as:

task test