view putchar.rhope @ 120:cd25171e1bb2

Use List for Subsets instead of a Dictionary for performance reasons. Fix issue with List literals. Compiled compiler is now self-hosting.
author Mike Pavone <pavone@retrodev.com>
date Thu, 21 Oct 2010 23:55:15 -0400
parents 3e20ed8959c4
children
line wrap: on
line source



Foreign C:libc
{
	putchar[char(Int32,Naked):out(Int32,Naked)]
}

Main[]
{
	putchar[72]
	{ putchar[101]
	{ putchar[108]
	{ putchar[108]
	{ putchar[111]
	{ putchar[10] }}}}}
}