Mercurial > repos > tabletprog
view samples/compilerbug_002.tp @ 138:5bcaddff29f5
Support size suffixes for hexadecimal integer literals
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 08 Aug 2013 22:31:41 -0700 |
parents | 93ddb4ad6fcb |
children |
line wrap: on
line source
#{ value <- 42 main <- { foo <- { bar <- {value} bar: } print: (string: (foo: )) } }