Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 513 Bytes

interpreter

Interpreter written in C for final year bachelor's project.

Build

make obj_sub_dirs
make out

Credit

Robert Nystorm (2021), Crafting Interpreters

Alfred V. Aho, Monica S. Lam, Ravi Sethi, & Jeffrey D.Ullman (1986), Compilers: Principles, Techniques and Tools

Ronald Mak (1991), Writing Compilers and Interpreters A Software Engineering Approach

Terence Parr (2009), Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages