summaryrefslogtreecommitdiff
path: root/src/webidl-parser.y
Commit message (Expand)AuthorAgeFilesLines
* fix webidl DictionaryMember grammarVincent Sanders2012-10-231-1/+1
* The name of teh tool is nsgenbind correct this everywhereVincent Sanders2012-10-231-1/+1
* remove junk debugVincent Sanders2012-10-041-5/+0
* fix polymorphism in teh AST generationVincent Sanders2012-10-041-50/+94
* add modifier to allow setting of readonly or unsigned etc.Vincent Sanders2012-09-261-2/+27
* put return type in argument list so we can have multiple prototypes per opera...Vincent Sanders2012-09-251-24/+29
* add interface function return typeVincent Sanders2012-09-241-0/+9
* add interface function argument and type processingVincent Sanders2012-09-241-14/+205
* add basic function body creationVincent Sanders2012-09-241-1/+1
* cope with partial interfacesVincent Sanders2012-09-201-17/+69
* add preamble outputVincent Sanders2012-09-141-1/+10
* fixus interface memer attributesVincent Sanders2012-09-141-2/+24
* fix linking into global chainVincent Sanders2012-09-131-2/+9
* add debug dump to webidlVincent Sanders2012-09-131-0/+30
* construct the interface target nodeVincent Sanders2012-09-111-110/+122
* clean up parser warningsVincent Sanders2012-09-101-2/+21
* clean up AST building for both parsersVincent Sanders2012-09-101-23/+27
* alter InterfaceMembers to be left recusrsiveVincent Sanders2012-09-071-3/+9
* slightly rearrange Web IDL start term to be left recusrsive and not have redu...Vincent Sanders2012-09-071-7/+4
* add copyright and licence noticesVincent Sanders2012-09-071-5/+10
* fixup error reporting to give linenumberVincent Sanders2012-09-071-4/+10
* make tests workVincent Sanders2012-09-051-2/+8
* Fix up bison usageJohn-Mark Bell2012-09-051-2/+0
* start using core buildsystemVincent Sanders2012-09-041-3/+1
* Initial version of netsurf webidl javascript binding geenrator toolVincent Sanders2012-09-041-0/+762