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.
- Host: GitHub
- URL: https://github.com/polaris/eva-js
- Owner: polaris
- Created: 2024-01-07T20:21:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T21:52:35.000Z (over 1 year ago)
- Last Synced: 2025-03-02T14:23:38.438Z (4 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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