SIMPLE REBOL TEXT PARSER ===What is this all about? Parse REBOL code in textual form. Allow mapping of REBOL blocks to their positions in a textual representation. There is more documentation within the comments of the script. ===How do you use the functions? *Ideally, you will download the script and the scripts it depends upon to a directory and Do it. *Alternatively if you just DO it, it will load supporting scripts from the web (location may change over time). *You will need each file listed in the block prefixed with the word SCRIPT-NEEDS. Files that have a block of conditions before them are optional. ===About the script author Brett Handley started programming REBOL early 2000 and maintains a site of REBOL information and scripts at: =url http://www.codeconscious.com/rebol/ http://www.codeconscious.com/rebol/