xp-framework / compiler

Compiles future PHP to today's PHP.
19 stars 0 forks source link

Refactor rewriting type literals #91

Closed thekid closed 3 years ago

thekid commented 3 years ago

Create a visitor-like pattern using a map of type classes to emitter functions, held together in lang.ast.emit.PHP::literal().

Outside effect: