Add module for Javascript target.

This module comes with a design that allows different code emitter implementations.
For the the phase of development the module is split into multiple files
which will be merged together when development converges.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13737 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Oliver Buchtala 2012-09-08 00:44:54 +00:00
commit d71a5f483a
7 changed files with 642 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/* -----------------------------------------------------------------------------
* javascript.swg
*
* Javascript typemaps
* ----------------------------------------------------------------------------- */
%include <javascriptruntime.swg>
%include <javascripthelpers.swg>
%include <javascriptprimitives.swg>
%include <javascriptkw.swg>
%include <javascriptcode.swg>