view samples/compilerbug_004.tp @ 166:e7642715d575

Handle newlines and carriage returns in JSON decoder
author Mike Pavone <pavone@retrodev.com>
date Sun, 11 Aug 2013 02:31:33 -0700
parents 38127fbf5f9d
children
line wrap: on
line source

#{
	foo <- 42
	new <- {
		#{
			bar <- foo
		}
	}

	main <- {
		print: (string: ((new: ) bar)) . "\n"
	}

}