Re: [O] mlorg : yet another parser for org-mode (Written in OCaml)

2012-07-04 Thread Simon Castellan
Hello again, Four months have passed and a lot of progress have been made. First I suppressed the literate programming layer as it was getting too much in the way. Second, the support for the syntax has been greatly improved and supports almost all constructions mentioned in org-element.el. Fore

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-03-01 Thread Nicolas Goaziou
Simon Castellan writes: > For now I am rebasing my parser on your categories (I must say I was > lacking a lot). Please let me know when you change your syntaxic > categories (by change you mean additions only or removals as well ?). I have a couple additions in mind: I'd like to refine table pa

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-03-01 Thread Simon Castellan
Hello, Thanks for your answer. I think indeed that a description of org's syntax would be better in a separate document. For now I am rebasing my parser on your categories (I must say I was lacking a lot). Please let me know when you change your syntaxic categories (by change you mean additions on

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-03-01 Thread Nicolas Goaziou
Hello, Simon Castellan writes: > Thank you very much for this pointer, This is what I was looking for : > a list of syntaxic construction in org-mode. I'd say though that it > lacks a more-or-less formal syntaxic definition of constructions. It lacks that, indeed, among many other things. On th

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-28 Thread Simon Castellan
On lun. 27/févr. (09:52), Eric Schulte wrote: > Simon Castellan writes: > > > On lun. 27/févr. (15:27), Alan Schmitt wrote: > >> On 26 févr. 2012, at 17:41, Simon Castellan wrote: > >> > >> > I have been writing a parser for mlorg files in OCaml. This started as an > >> > experiment to see if th

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-27 Thread Eric Schulte
Simon Castellan writes: > On lun. 27/févr. (15:27), Alan Schmitt wrote: >> On 26 févr. 2012, at 17:41, Simon Castellan wrote: >> >> > I have been writing a parser for mlorg files in OCaml. This started as an >> > experiment to see if the literate programming mode of org-mode could scale >> > to

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-27 Thread Simon Castellan
On lun. 27/févr. (15:27), Alan Schmitt wrote: > On 26 févr. 2012, at 17:41, Simon Castellan wrote: > > > I have been writing a parser for mlorg files in OCaml. This started as an > > experiment to see if the literate programming mode of org-mode could scale > > to a > > full application (among ot

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-27 Thread Alan Schmitt
On 26 févr. 2012, at 17:41, Simon Castellan wrote: > I have been writing a parser for mlorg files in OCaml. This started as an > experiment to see if the literate programming mode of org-mode could scale to > a > full application (among other things). This looks very interesting, and would very