view samples/hello.tp @ 230:195f02ba349b

Implement lambdas in grammar. Make assignments an expression in grammar.
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Jan 2014 21:04:10 -0800
parents cd41f7c22fcd
children
line wrap: on
line source

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