Mercurial > repos > tabletprog
view samples/compilerbug_002.tp @ 179:75aca5f87969
A bunch of fixes in x86 instruction encoding
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 24 Aug 2013 09:56:29 -0700 |
parents | 93ddb4ad6fcb |
children |
line wrap: on
line source
#{ value <- 42 main <- { foo <- { bar <- {value} bar: } print: (string: (foo: )) } }