summaryrefslogtreecommitdiff
path: root/src/webidl-parser.y
Commit message (Collapse)AuthorAgeFilesLines
* Silence warnings from clangrjek/clang-warningsRob Kendrick (humdrum)2013-04-251-2/+2
|
* fix extended attribute AST ordering and nestingVincent Sanders2013-01-311-16/+36
|
* annotate the webIDL AST with extended attributesVincent Sanders2013-01-281-10/+189
|
* add type suffix annotations to webidl ASTVincent Sanders2012-11-271-4/+25
|
* make property shared status and type handling selection genericVincent Sanders2012-11-211-4/+4
|
* add AST construction of constants in interfacesVincent Sanders2012-11-111-4/+55
|
* ensure all Dictionary paths return the correct value and do not add junk nodesVincent Sanders2012-11-071-0/+1
|
* implement the "implements" webidl directiveVincent Sanders2012-10-311-18/+37
|
* 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
| | | | add property getter/setter body
* put return type in argument list so we can have multiple prototypes per ↵Vincent Sanders2012-09-251-24/+29
| | | | operation (method)
* 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
| | | | add operation nodes to webidl ast
* 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
| | | | Document accurately the changes from the w3c grammar
* slightly rearrange Web IDL start term to be left recusrsive and not have ↵Vincent Sanders2012-09-071-7/+4
| | | | reduce/reduce conflicts
* 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
| | | | add basic commandlien handling
* 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