view modules/true.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 {
		trueblock:
	}
	if:else <- :self trueblock :elseblock {
		trueblock:
	}
	not <- {
		false
	}
}