A simple interpreter for the Eva programming language written in JavaScript.
Based on a course by Dmitry Soshnikov.
Run the following command to install the dependencies:
npm ci
Run the following command to create the parser for the Eva programming language:
npm run syntax
Run the following command to execute the unit test:
npm test