Has anyone ever written a context-free grammar to describe our syntax?
I had been playing with a flex/bison combo, but Wiki's
not suited to LALR; should be trivial to switch out the lexer for something in-house, though.
Bison, on the other hand, seemed to do the trick.
As i'm working on a wikipedia-related project involving parsing articles, that really interests me. I've been thinking of lex/bison too, didn't yet do it :) So lex isn't that great? Could you send grammars you defined?
~Peter
Nicolas 'Ryo'