Brion Vibber wrote:
Magnus Manske wrote:
I therefore suggest a new structure:
- Preprocessor
- Wiki markup to XML
- XML to (X)HTML
This doesn't actually solve any of the issues with the current parser, since it merely has it produce a different output format.
The main problems are that we have a mess of regexps that stomp on each other all the time.
-- brion vibber (brion @ pobox.com)
Can't we switch back to the tokenizer parser and try to optimize it ? The token approch Seems much easier to maintain.