view samples/intsize.tp @ 243:5b830147c1cd

Use a lightweight substring object in a few places in the parser to improve performance for large files.
author Mike Pavone <pavone@retrodev.com>
date Sun, 05 Jan 2014 23:07:26 -0800
parents 9de2572a34a7
children
line wrap: on
line source

#{
	main <- {
		print: (string: (int8: 255)) . "\n"
		print: (string: 255u8) . "\n"
	}
}