Nikola Smolenski wrote:
On Saturday 18 September 2004 11:19, Timwi wrote:
- HTML tags (currently everything between <something> and </something> is treated as an 'extension'; I need to limit that to <nowiki>, <pre>, <math>, <hiero>, <music> and <chem> for now)
Will this list be extensible (without recompiling the parser)?
Not without recompiling the parser, of course. But as I said in an earlier mail, recompiling the parser is easy and fast.
What would the alternative be? If you don't want to have to recompile it, then the parser would have to read and interpret the contents of some file at the beginning of every single invocation. That would take away quite a lot of performance.
Timwi