view samples/compilerbug_002.tp @ 236:c463a891ccd3

Support reading files larger than 1024 bytes in parser module
author Michael Pavone <pavone@retrodev.com>
date Fri, 03 Jan 2014 22:13:34 -0800
parents 93ddb4ad6fcb
children
line wrap: on
line source

#{
	value <- 42
	main <- {
		foo <- {
			bar <- {value}
			bar:
		}
		print: (string: (foo: ))
	}
}