Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 374 Bytes

File metadata and controls

14 lines (11 loc) · 374 Bytes

lox-cpp

This is an interpreter for the toy programming language "Lox".
This project follows along the book Crafting Interpreters by Robert Nystrom
and my mentor Frank Grimm is helping me with this project.

Features

  • Scanning
  • Parsing
  • Evaluating
  • Statement and State
  • Control Flow
  • Functions