view samples/hello.tp @ 214:e01137a97654

Make assignments an expression in the grammar
author Michael Pavone <pavone@retrodev.com>
date Fri, 06 Dec 2013 19:19:54 -0800
parents cd41f7c22fcd
children
line wrap: on
line source

#{
	main <- {
		print: "Hello, world!"
	}
}