[9/11] jscript: Added parser.

Jacek Caban jacek at codeweavers.com
Tue Sep 2 17:25:21 CDT 2008


---
  dlls/jscript/Makefile.in |    4 +
  dlls/jscript/engine.c    |  481 ++++++++++++++
  dlls/jscript/engine.h    |  424 +++++++++++++
  dlls/jscript/jscript.c   |   10 +
  dlls/jscript/jscript.h   |    2 +
  dlls/jscript/parser.y    | 1551 
++++++++++++++++++++++++++++++++++++++++++++++
  6 files changed, 2472 insertions(+), 0 deletions(-)
  create mode 100644 dlls/jscript/engine.c
  create mode 100644 dlls/jscript/engine.h
  create mode 100644 dlls/jscript/parser.y
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1519605e5021f2c55ecdbf7c8b62aa111abda725.diff
Type: text/x-patch
Size: 84597 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080903/2daa1a8c/attachment-0001.bin 


More information about the wine-patches mailing list