Mercurial > repos > tabletprog
view samples/compilerbug_003.tp @ 226:6055f56d0e45
Implement all the binary operators except and/or/xor in grammar
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 29 Dec 2013 14:56:46 -0800 |
parents | 86ebdfb33711 |
children |
line wrap: on
line source
{ foo <- { 42 } #{ qux <- foo: bar <- #{ baz <- { foo: } } main <- { print: (string: (bar baz)) } } }