summaryrefslogtreecommitdiff
path: root/test/data/idl/dom.idl
Commit message (Collapse)AuthorAgeFilesLines
* Load the WebIDL files specified in the bindingVincent Sanders2015-07-221-4/+4
| | | | | | | | | | | | | This loads the WebIDL specified in the bindings into an Abstract Syntax Tree (AST) and performs the mixin operations for implements. Additionally the specs now use a slightly extended IDL syntax. Instead of wholesale implementing the second edition of the IDL spec the parser has been updated to cope with iterator and Promise keywords as those are the only changes used in the dom and html specifications. A bug was also fixed in the lexer where negative int literals were not recognised.
* Change binding grammar to new approach.Vincent Sanders2015-07-211-155/+188
|
* tests from real idlVincent Sanders2012-10-231-0/+446