Mercurial > repos > tabletprog
view samples/compilerbug_005.tp @ 193:4293c725394c
Mostly complete register allocation in il module with a register source in the x86 module
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 26 Aug 2013 19:53:16 -0700 |
parents | ba032565c7a5 |
children |
line wrap: on
line source
#{ foo <- { "foobar" } bar <- #{ baz <- { print: foo } } main <- { print: foo bar baz } }