Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 353 Bytes

File metadata and controls

7 lines (5 loc) · 353 Bytes

php-tiny-compiler

This repository holds a PHP implementation of the Super Tiny Compiler by jamiebuild. It's an ultra simplified compiler showing all major pieces of a modern compiler.

Tests

You can run the tests with php vendor/bin/phpunit tests