Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 505 Bytes

clox

Implemetation of lox interpreter in C

CURRENT DEV STATE

Done

Chapter 14 (include all challenges).

Chapter 15 but challenges.

Chapter 16 but challenges.

HOW TO USE

Install

git clone https://github.com/KOREAN139/clox

Build

make

Execute

./clox [script]

Clean

make clean

SEE ALSO

Crafting Interpreters by Bob Nystrom