Mercurial > repos > tabletprog
view modules/false.tp @ 83:fdb9785d2c93
Add logical operators to grammar. Allow vertical whitespace after funcall expression in object.
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 21 Jul 2012 22:29:16 -0700 |
parents | 01b6f8204cdf |
children | 59a94f3ad56f |
line wrap: on
line source
#{ if <- :self trueblock { self } if:else <- :self trueblock :elseblock { elseblock: } not <- { true } }