Skip to content

Instantly share code, notes, and snippets.

View dantleech's full-sized avatar
💭
Nothing

dantleech dantleech

💭
Nothing
View GitHub Profile
@azjezz
azjezz / mathy.php
Last active July 11, 2026 11:30
An example of a register VM in PHP, learning resource
<?php
declare(strict_types=1);
namespace Mathy\Ir {
use Mathy\Bytecode\Instruction;
/**
* A node in the IR expression/statement tree.
*/