Mercurial > repos > rhope
diff parser_old.rhope @ 78:4d5ea487f810
Working String implementation and some basic (but nowhere near exhaustive) tests
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 08 Jul 2010 21:55:47 -0400 |
parents | 0083b2f7b3c7 |
children | 2e2e55fc12f9 |
line wrap: on
line diff
--- a/parser_old.rhope Thu Jul 08 09:57:16 2010 -0400 +++ b/parser_old.rhope Thu Jul 08 21:55:47 2010 -0400 @@ -313,7 +313,12 @@ Add Multi Wire[worker,ref,junk,end index,input num:out] { + Print["Add Multi Wire"] + { Print[[ref]Index >>] + { Print[[ref]Output Number >>] + { Pretty Print[worker, ""] }}} out <- [worker]Add Wire[[ref]Index >>, [ref]Output Number >>, end index, input num] + { Print["Added wire"] } } Add Param Wire[worker,param,input num,end index,blocks,parse worker,assignments:out]