Diavolo, documentation
By glazou on Wednesday 2 July 2008, 20:22 - Mozilla - Permalink
I have written a doc presenting Diavolo, how to embed it in your piece of code and use it. It's available from here and I hope you'll find it useful...
Update: sources available here.

Comments
Okay, I'm really impressed. Any plans to host the source in a publicly available repository (SVN, Mercurial, etc.)? I want to start hacking this, including learning how to write my own grammar documents.
@alex: http://sources.disruptive-innovatio...
IMHO, here's a strange behavior of diavolotest-0.5 (cursor shown as underscore):
* at 1st opening, the editor provides a single blank line:
1. _
* entering some text followed by a carriage-return at the end of the line makes the editor create one more line than expected:
1. toto titi tata
2. _
3.
* putting the carriage return somewhere else on the line works as expected (at least as regular editors do):
1. toto ti
2. _ti tata
Keep on the good job!