• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

doc/H03-May-2022-298

examples/H15-Mar-2021-1,5181,346

src/H15-Mar-2021-6,0874,372

test/H15-Mar-2021-3,6183,282

.gitignoreH A D15-Mar-202137 43

LICENSEH A D15-Mar-202111.1 KiB203169

MakefileH A D15-Mar-20214.8 KiB15998

README.mdH A D15-Mar-20211.3 KiB4121

README.md

1# Uses
2
3widlproc can be used to validate WebIDL in W3C specifications. It serves as the basis for the [W3C Web IDL on-line checker](http://www.w3.org/2009/07/webidl-check).
4
5widlproc's generated XML is used to generate [webinos JavaScript APIs specifications](http://dev.webinos.org/specifications/draft/).
6
7# License
8
9widlproc is licensed under the Apache 2 License.
10
11# Others
12
13See also [webidl.js](https://github.com/darobin/webidl.js), a JavaScript-based Web IDL parser used by various tools in W3C.
14
15# Credits
16
17Most of the work on widlproc was done by Tim Renouf and Paddy Byers. Aplix corporation owns the copyright of the code up to June 2011.
18
19The tool is kept up to date with the changes in the spec by Dominique Hazael-Massieux, through funding from the [webinos project](http://webinos.org/) since June 2011.
20
21# Documentation
22
23See doc/widlproc.html in the tree.
24
25# Build Instructions
26
27## Windows
28
29Install requirements
30* Cygwin - must install must install libs/libxslt
31* Visual Studio express 2012 or 2010 (see difference below)
32
33makefile uses cygwin make. References are coded in the make file to detect teh current version of visual studio
34
35# Future work
36windows build could be improved to handle multipe versions with vcvars.bat
37http://stackoverflow.com/questions/62029/vs2008-command-prompt-cygwin
38
39
40
41