Changeset 503 for trunk/thune/tests/working/parse2.good
- Timestamp:
- 01/21/08 16:21:29 (10 months ago)
- Files:
-
- 1 modified
-
trunk/thune/tests/working/parse2.good (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/tests/working/parse2.good
r502 r503 16 16 17 17 18 [words string! file string! rev logic! | rules a b ab--]18 [words string! file string! rev logic! | rules a b --] 19 19 [ 20 20 [] copy :rules 21 21 words parse.white 22 22 23 [[b a] [a b]] rev pick :ab23 [[b a] [a b]] rev pick 24 24 [ 25 ab set26 25 rules [a (b prin) |] copy 'a infuse append.cat tail prev mark.eol drop 27 26 ] 28 iter/227 each.set 29 28 30 29 file read
