[PATCH 1/2] vbscript: Added beginning parser implementation

Jacek Caban jacek at codeweavers.com
Tue Sep 6 08:18:40 CDT 2011


---
  dlls/vbscript/Makefile.in |    3 ++
  dlls/vbscript/parse.h     |   28 ++++++++++++++
  dlls/vbscript/parser.y    |   87 
+++++++++++++++++++++++++++++++++++++++++++++
  dlls/vbscript/vbscript.c  |   13 ++++++-
  4 files changed, 130 insertions(+), 1 deletions(-)
  create mode 100644 dlls/vbscript/parse.h
  create mode 100644 dlls/vbscript/parser.y


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vbscript-Added-beginning-parser-implementation.diff
Type: text/x-patch
Size: 4655 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110906/a5592a77/attachment.bin>


More information about the wine-patches mailing list