Re: Guile Haunt configuration with little markdown parser

2015-10-08 Thread Amirouche Boubekki
Regarding the parser combinator, it's based on https://github.com/epsil/gll without the meoization and continuations stuff. One area that is really poor is how the output tree is built. And that's the reason I did not port little markdown parser to guile-parser-combinators [3], both lake a good w

Re: Install can't see libunistring

2015-10-08 Thread Ludovic Courtès
Lawrence Bottorff skribis: > configure: error: GNU libunistring is required, please install it. ‘config.log’ has more details on what makes ‘configure’ think that libunistring is unavailable. HTH, Ludo’.

Re: Guile Haunt configuration with little markdown parser

2015-10-08 Thread David Thompson
Amirouche Boubekki writes: > Héllo, > > I pleased to share with you the haunt [1] configuration I use for my > english only blog [2]. It includes an implementation of little markdown > parser powered by a parser combinator. Everything is in the file, so you > should just drop the haunt.scm fil

Re: Guile Haunt configuration with little markdown parser

2015-10-08 Thread Daniel Pimentel
On 2015-10-08 21:41, David Thompson wrote: Amirouche Boubekki writes: Héllo, I pleased to share with you the haunt [1] configuration I use for my english only blog [2]. It includes an implementation of little markdown parser powered by a parser combinator. Everything is in the file, so you