REBOL Technologies

Surfing REB Index files

Carl Sassenrath, CTO
REBOL Technologies
15-Jun-2005 0:52 GMT

Article #0176
Main page || Index || Prior Article [0175] || Next Article [0177] || Post Comments || Send feedback

So, you want to build your own code to surf the REB? Here's where to find the official parser of the REB.

Run REBOL/View, and look in the Viewtop/Docs/Developer folder. You will see a file called "REB Index". Click it for a demo, then right click and "edit" it to view the source code for parsing a REB index file. This is the actual code that does it, so this code provides the official spec of a REB index.

Or, you can also get it with:

write %reb-index.r
read http://www.rebol.com/view/docs/developer/reb-index.r

So... where is that REB search engine you've been promising? With this code, it should be easy to get started on it. (Hint hint)

Post Comments

Updated 12-Mar-2024   -   Copyright Carl Sassenrath   -   WWW.REBOL.COM   -   Edit   -   Blogger Source Code