Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 989 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 989 Bytes

IPL

Implementation of Programming Languages course

Build Status

Build status

Project Structure

  • JSImpl - the JavaScript implementation
  • spasm - a virtual machine
  • website - the website with the resources and slides for the university course
  • demo - demonstrations of various tools for generating lexers and parsers
  • homework - homework assignments for the university course
  • gctest - application to test performance of various garbage collector implementations

How to contribute

Checkout the Virtual Machine and JavaScript Implementation projects for a list of issues that need fixed or implemented and their statuses.