Jeremy Dunck wrote:
On 9/6/05, Timwi timwi@gmx.net wrote:
However, it does not parse HTML tags yet. This is the main reason it's not in use, and also the main reason I have lost interest in developing it further. Maybe other syntax elements are missing too, but I can't think of any just now.
Thanks Timwi. Is this because of tag soup? No offense, but what was the challenge?
The challenge is getting the parser to match up nested start and end tags correctly without having to add each permissible tag as a separate token to the lexing file. I couldn't find a way to do this yet. I did actually start an attempt at adding every tag as an extra lexical token, and maybe it would have worked, but it proved laborious and boring.
Timwi