Skip to content
/ eva-js Public

A simple interpreter for the Eva programming language written in JavaScript.

Notifications You must be signed in to change notification settings

polaris/eva-js

Repository files navigation

Eva Interpreter

A simple interpreter for the Eva programming language written in JavaScript.

Based on a course by Dmitry Soshnikov.

Install dependencies

Run the following command to install the dependencies:

npm ci

Create parser

Run the following command to create the parser for the Eva programming language:

npm run syntax

Run tests

Run the following command to execute the unit test:

npm test

About

A simple interpreter for the Eva programming language written in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published