Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Changing the original 'parse string

From: chaz:innocent at: 31-Dec-2000 23:23

Sounds like we've got all the pieces to make a Turing machine. text: read http://www.ams.org/new-in-math/cover/turing.html rule: [some [ a: "tape" b: (change/part a "block" b) | a: "square" b: (change/part a "word" b) | a: "head" b: (change/part a "parse cursor" b) | a: "read/write head" b: (change/part a "parse cursor" b) | a: "left-most bit of the first argument" b: (change/part a "beginning of the first word" b) | skip ] ] parse text rule save %turing.html text chaz At 07:12 AM 12/31/00 +1300, you wrote: