parser/trunk_go
2022-09-03 16:35:17 +01:00
..
constructs feature: basic PoC for compiling PHP to a Go-based runtime and custom IR 2022-09-02 23:38:05 +01:00
debug compiler/runtime: support var_dump 2022-09-03 16:35:17 +01:00
math feature: basic PoC for compiling PHP to a Go-based runtime and custom IR 2022-09-02 23:38:05 +01:00
runtime compiler/runtime: support var_dump 2022-09-03 16:35:17 +01:00
value compiler/runtime: support var_dump 2022-09-03 16:35:17 +01:00
go.mod feature: basic PoC for compiling PHP to a Go-based runtime and custom IR 2022-09-02 23:38:05 +01:00
README.md feature: basic PoC for compiling PHP to a Go-based runtime and custom IR 2022-09-02 23:38:05 +01:00

Trunk Go

This package contains all of the runtime code required by Trunk, acting as a compilation target for Trunk itself.