Mercurial > repos > tabletprog
view samples/compilerbug_003.tp @ 324:615f23450f8f
Freetype sample: Build texture of glyphs in a more intelligent way
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 23 Mar 2015 21:21:43 -0700 |
parents | 86ebdfb33711 |
children |
line wrap: on
line source
{ foo <- { 42 } #{ qux <- foo: bar <- #{ baz <- { foo: } } main <- { print: (string: (bar baz)) } } }