view samples/compilerbug_001.tp @ 62:f57b2f4048d0

Fix funcall.populateSymbols to use the fixed up name when doing the initial symbol.find. This ensures the parent tree is properly produced
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 04:19:29 -0700
parents 90542a7077a9
children
line wrap: on
line source

#{
	value <- 0
	
	main <- {
		f <- {value}
		f:
	}
}