An open API service indexing awesome lists of open source software.

https://github.com/polaris/eva-js

A simple interpreter for the Eva programming language written in JavaScript.
https://github.com/polaris/eva-js

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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