A Lox interpreter written in PHP.
Based on Bob Nystrom's great book Crafting Interpreters.
- 4. Scanning
- 5. Representing Code
- 6. Parsing Expressions
- 7. Evaluating Expressions
- 8. Statements and State
- 9. Control Flow
Run the following command after cloning the repository:
make install
make test