3 scripts tagged as: [//recent]
Dialect Object Model | ||
rebol-dom.r discussion documentation | v:1.0 44.0 KB 26 Jun | Use a exstensible Rebol Markup function to parse DSL's that will return an
easy to follow tagged key value Dialect Object Model that allow different DSL's,
programming languages to work with or together through a Central Processing
interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by
the Dialect [...] author: daniel murrill Updated on 26-Jun |
Dialect Object Model | ||
rebol-dom-mdlparser discussion documentation | 61.9 KB 4 Jun | %Rebol-DOM.r mdlparser.r is a copy
of the %Rebol-DOM.r mdlparser.
The first copy would not download
so i appended the *.r to it, wich
seemed to make it able to become
downloadable now. So...., down
load it and tell me all about its
glorious [...] author: daniel Updated on 4-Jun |
Dialect Object Model | ||
quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] Updated on 4-Jun |