Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 560 Bytes

File metadata and controls

14 lines (8 loc) · 560 Bytes

Principles of Programming Languages

Installation

  1. Clone the repository either using git clone https://github.com/bguppl/interpreters.git or download the archive from here.
  2. Run npm install inside the interpreters folder.

Running the Tests

Run npm test inside the interpreters folder.

Code Coverage

Run npm run coverage inside the interpreters folder. A new folder called coverage will be created. Open the index.html file inside it to see coverage statistics.