Steve,
Thanks. I reviewed your documentation and the changeset; looks great.
On the topic of documentation, the "JavaScript Docs" in Chiron are in
Python's docutils "restructured text" format and I have a tool
(bin/docs) that composes an rst and html file from each js file in the
library.
http://cixar.com/~kris/javascript/trunk/api/regexp.html
The tool puts rst formatted sections under /** two star */ comments
directly into the rst file, and /*** three star */ comments denote the
name one one line and a description in rst on following lines. More
stars nest, so methods of an exported type would have four stars.
I've been working on porting/reconstructing Firebug lite to Chiron so
that we can include "debug.js" in a page and get a debug console like
Firebug's in other browsers than just Firefox. So far, I can tee off
log entries into a buffer that can be toggled hidden or visible with
meta+shift+J and L. I'm working on a command line that would execute
JavaScript in a Chiron module context (including "include").
Kris
On 10/15/07, Steve <steves_l...@hotmail.com> wrote:
> Hi Kris,
> Just a heads up that I'm changing the scope of the changes for the next
> version of XRegExp (also, I'll be calling it 0.9 instead of 1.0). I've
> started on the documentation for the next version at
> http://stevenlevithan.com/regex/xregexp/readme.html , in case you're
> curious. Actually implementing the things I have planned might take a little
> while, depending on how much time I'm able to dedicate to it.
> Later,
> Steve