A minimal JavaScript compiler/interpreter written in C that demonstrates the fundamentals of language implementation. This project implements a subset of JavaScript syntax and evaluates programs using ...