gecko-dev/dom/bindings/parser
Boris Zbarsky 834a627f02 Bug 748267 part 3. Codegen for sequence return values. r=peterv
The big block in getRetvalDeclarationForType is just direct cut/paste from CGCallGenerator plus the addition of the sequence case.  The IDL parser changes were OKed by khuey; they're needed so that we don't have to worry about the ordering of sequence with conversions for strings and primitives.
2012-05-15 14:23:29 -04:00
..
tests Update the WebIDL Parser to pick up Bug 753459. r=bz 2012-05-09 11:49:56 -07:00
README
UPSTREAM
WebIDL.py Bug 748267 part 3. Codegen for sequence return values. r=peterv 2012-05-15 14:23:29 -04:00
runtests.py Bug 741125: Update WebIDL parser. 2012-04-12 15:14:10 -07:00

README

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