summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add interface function return typeVincent Sanders2012-09-243-2/+13
|
* add interface function argument and type processingVincent Sanders2012-09-243-22/+281
|
* add basic function body creationVincent Sanders2012-09-244-3/+113
|
* cope with partial interfacesVincent Sanders2012-09-204-61/+133
|
* add property and function array generationVincent Sanders2012-09-203-31/+291
|
* add comments on generating jsapi function outputVincent Sanders2012-09-191-0/+8
|
* improve binding debug tree dump outputVincent Sanders2012-09-193-10/+12
|
* extract and output binding parametersVincent Sanders2012-09-194-24/+58
|
* add search functionVincent Sanders2012-09-174-14/+93
|
* add preamble outputVincent Sanders2012-09-144-3/+36
| | | | add operation nodes to webidl ast
* fixus interface memer attributesVincent Sanders2012-09-144-14/+43
|
* fix linking into global chainVincent Sanders2012-09-131-2/+9
|
* add debug dump to webidlVincent Sanders2012-09-136-109/+221
|
* construct the interface target nodeVincent Sanders2012-09-112-111/+126
|
* clean up parser warningsVincent Sanders2012-09-104-5/+31
|
* make comment header output workVincent Sanders2012-09-101-4/+42
|
* implement node search which makes webidl loading workVincent Sanders2012-09-101-0/+15
|
* clean up AST building for both parsersVincent Sanders2012-09-1011-149/+388
|
* split out output geenrationVincent Sanders2012-09-097-59/+85
|
* 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
* fix braino while moving filenameVincent Sanders2012-09-071-1/+1
|
* add copyright and licence noticesVincent Sanders2012-09-0711-19/+102
|
* fixup error reporting to give linenumberVincent Sanders2012-09-074-41/+76
|
* complete binding section parseVincent Sanders2012-09-072-5/+33
|
* move towards having a binding stanzaVincent Sanders2012-09-063-17/+54
|
* add preamble blocks delinited by [[[ and ]]]Vincent Sanders2012-09-067-109/+175
| | | | Improve separation of binding file handling
* initial output generationVincent Sanders2012-09-069-73/+248
|
* set lexers input properlyVincent Sanders2012-09-053-15/+21
| | | | add node idl file
* make tests workVincent Sanders2012-09-059-93/+227
| | | | add basic commandlien handling
* Fix up bison usageJohn-Mark Bell2012-09-053-48/+23
|
* cause objects to linkVincent Sanders2012-09-041-1/+1
|
* start using core buildsystemVincent Sanders2012-09-045-30/+43
|
* Initial version of netsurf webidl javascript binding geenrator toolVincent Sanders2012-09-048-0/+1261