mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
c78d4b4f3d
There are two changes here. One is to pass tracking=True to our parser. This makes it properly track positions of all productions, not just of lexer tokens. The second is to properly count up our newlines in the lex data, since the lexer seems to report the line number of the start of the lex data, which is always 1 in our case. |
||
---|---|---|
.. | ||
tests | ||
README | ||
runtests.py | ||
UPSTREAM | ||
WebIDL.py |
A WebIDL parser written in Python to be used in Mozilla.