Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 321 Bytes

File metadata and controls

6 lines (5 loc) · 321 Bytes

PL project

Introduction

it's an interpreter of a language like Python, and simpler. It's implemented using a functional language Racket.

Features

beside a mostly pure-functional code (except the Memory-Management part), the idea of implementing the interpretation parts are mostly new and inspired by the course.