comparison parser.vistxt @ 37:640f541e9116

Added support for type declarations on user defined workers and added a few more methods to Int32 in the runtime for the C backend
author Mike Pavone <pavone@retrodev.com>
date Mon, 05 Oct 2009 23:12:43 -0400
parents 23dd9c766699
children 6202b866d72c
comparison
equal deleted inserted replaced
36:495dddadd058 37:640f541e9116
223 block list, worker(1), refs(2) <- Add Blocks to Worker[[~]Blocks >>, params worker, program(2), parse worker(3), params refs] 223 block list, worker(1), refs(2) <- Add Blocks to Worker[[~]Blocks >>, params worker, program(2), parse worker(3), params refs]
224 node(0) <- [[~]Params <<[params list]]Blocks <<[block list] 224 node(0) <- [[~]Params <<[params list]]Blocks <<[block list]
225 :| 225 :|
226 :| 226 :|
227 :||: 227 :||:
228 Print[["Error: Could not find a worker named "]Append[[node(0)]Name >>]] 228 Print[[[["Error: Could not find a worker named "]Append[[node(0)]Name >>]]Append[" in worker "]]Append[ [parse worker(3)]Name >> ]]
229 :| 229 :|
230 :| 230 :|
231 231
232 Add Multi Wire(5,1) 232 Add Multi Wire(5,1)
233 |: 233 |: