mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Update WebIDL parser
This commit is contained in:
parent
ff3f3d30c7
commit
1806b9ede2
10 changed files with 759 additions and 164 deletions
|
@ -1,6 +1,6 @@
|
|||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -7123,7 +7123,8 @@ class Parser(Tokenizer):
|
||||
@@ -7382,7 +7382,8 @@ class Parser(Tokenizer):
|
||||
self.parser = yacc.yacc(module=self,
|
||||
outputdir=outputdir,
|
||||
tabmodule='webidlyacc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue