You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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