On 07/12/10 14:10, Alaric Snell-Pym wrote:
If it's of use to anybody else (I wrote it so I could draw syntax
diagrams for the constructed language Lojban - see
http://love.warhead.org.uk/~alaric/junk/lojban.svg for a more stressful
workout of the layout engine), I'd like to put it in an egg, ple
Hi Alaric
On Mon, 12 Jul 2010 14:10:14 +0100 Alaric Snell-Pym
wrote:
> I've written a quick few hundred lines of Chicken Scheme that converts
> BNF-esque grammars such as:
>
> (s-expression
> . (choice
> (seq "(" (one-or-more s-expression) "." s-expression ")")
> (seq "(" (zero-or-more
Hello all,
I've written a quick few hundred lines of Chicken Scheme that converts
BNF-esque grammars such as:
(s-expression
. (choice
(seq "(" (one-or-more s-expression) "." s-expression ")")
(seq "(" (zero-or-more s-expression) ")")
(seq "\"" string "\"")
(seq "#(" (zero-or-mo