Skip to content

Lox interpreter written in PHP

License

Notifications You must be signed in to change notification settings

nclsHart/php-lox

Repository files navigation

php-lox

CI

A Lox interpreter written in PHP.

Based on Bob Nystrom's great book Crafting Interpreters.

⚠️ This project is still in progress.

Progression

  • 4. Scanning
  • 5. Representing Code
  • 6. Parsing Expressions
  • 7. Evaluating Expressions
  • 8. Statements and State
  • 9. Control Flow

Installation

Run the following command after cloning the repository:

make install

Running tests

make test

About

Lox interpreter written in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published