view samples/stringops.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 27a2167663dd
children 7dfa4481deb0
line wrap: on
line source

#{
	main <- {
		print: "foo: " . 42 . "\n"
		print: (string: (length: "foo" . "bar")) . "\n"
	}
}