servo/components/script/dom/bindings/codegen/parser
Anthony Ramine c25085f68a Introduce [Abstract] to mark non-leaf interfaces
Some interfaces like Node, CharacterData and HTMLTableCellElement are never
instantiated directly, only their descendant interfaces are. Those are marked
with [Abstract] to set their type_id to None instead of having dummy values
in the TypeId enums.
2015-09-13 19:46:28 +02:00
..
tests Cargoify servo 2014-09-08 20:21:42 -06:00
abstract.patch Introduce [Abstract] to mark non-leaf interfaces 2015-09-13 19:46:28 +02:00
external.patch Update the WebIDL parser. 2015-03-13 21:27:58 +01:00
module.patch Update the WebIDL parser. 2015-03-13 21:27:58 +01:00
README Cargoify servo 2014-09-08 20:21:42 -06:00
runtests.py Cargoify servo 2014-09-08 20:21:42 -06:00
update.sh Introduce [Abstract] to mark non-leaf interfaces 2015-09-13 19:46:28 +02:00
UPSTREAM Cargoify servo 2014-09-08 20:21:42 -06:00
WebIDL.py Introduce [Abstract] to mark non-leaf interfaces 2015-09-13 19:46:28 +02:00

A WebIDL parser written in Python to be used in Mozilla.