comparison parser_old.rhope @ 52:079200bc3e75

String literals almost working. Print moved out of C runtime.
author Mike Pavone <pavone@retrodev.com>
date Wed, 28 Apr 2010 01:23:30 -0400
parents 689fb73e7612
children d0ce696786cc
comparison
equal deleted inserted replaced
51:7d6a6906b648 52:079200bc3e75
125 125
126 New@Parse Program[:out] 126 New@Parse Program[:out]
127 { 127 {
128 out <- [[[Build["Parse Program"] 128 out <- [[[Build["Parse Program"]
129 ]Workers <<[Dictionary[]] 129 ]Workers <<[Dictionary[]]
130 ]Imports <<[[Dictionary[]]Set["kernel.rhope", Yes]] 130 ]Imports <<[[[Dictionary[]]Set["kernel.rhope", Yes]]Set["string.rhope", Yes]]
131 ]Blueprints <<[Dictionary[]] 131 ]Blueprints <<[Dictionary[]]
132 } 132 }
133 133
134 Blueprint Blueprint Definition 134 Blueprint Blueprint Definition
135 { 135 {