Skip to content

Interpreters code (L1 - L7) for Principles of Programming Languages course

Notifications You must be signed in to change notification settings

shadyObeed/interpreters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Interpreters code (L1 - L7) for Principles of Programming Languages course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.5%
  • Racket 4.5%