diff parser_old.rhope @ 42:aabda74c7a88

Fields can now be defined to have naked primitive types
author Mike Pavone <pavone@retrodev.com>
date Tue, 13 Oct 2009 00:07:34 -0400
parents 789a146a48e1
children a24eb366195c
line wrap: on
line diff
--- a/parser_old.rhope	Sat Oct 10 16:40:50 2009 -0400
+++ b/parser_old.rhope	Tue Oct 13 00:07:34 2009 -0400
@@ -1388,6 +1388,7 @@
 {
 	registered <- Fold["Register Workers Compile", Fold["Add Blueprint Compile", [NProgram[]]Register Builtins, [parse tree]Blueprints >>], [parse tree]Workers >>]
 	out <- Fold["Add Workers Compile", registered, [parse tree]Workers >>]
+	{ Print["Transformed AST to dataflow graph "] }
 }
 
 Needs Imports[needs import,not imported?,name:out]