https://atom.io/packages/language-swig-wrapper
Language support for SWIG (Simplified Wrapper and Interface Generator) for the Atom editor.
(This description is from http://www.swig.org/exec.html)
SWIG is an interface compiler that connects programs written in C and C++ with scripting languages. It works by taking the declarations found in C/C++ header files and using them to generate the wrapper code that scripting languages need to access the underlying C/C++ code. In addition, SWIG provides a variety of customization features that let you tailor the wrapping process to suit your application.
language-swig-wrapper
Since SWIG's interface files (.i
) usually contain C or C++ code, this package
expands on grammars from the language-c
package. Essentially, this package takes the language-c
package and adds
support for SWIG's %include
, etc.
This package is distributed under the MIT license (see LICENSE.md
).
Issues and pull requests are accepted in the GitHub repository.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.