Mercurial > repos > tabletprog
view samples/compilerbug_002.tp @ 310:2308336790d4
WIP compiler module for low-level dialect
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 01 Aug 2014 18:56:39 -0700 |
parents | 93ddb4ad6fcb |
children |
line wrap: on
line source
#{ value <- 42 main <- { foo <- { bar <- {value} bar: } print: (string: (foo: )) } }