Skip to content

Commit

Permalink
Update _parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent a58ee14 commit 27e5e32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/py/autowig/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from tempfile import NamedTemporaryFile
import os
import warnings
from pkgtk.plugin import PluginManager

from .asg import (NamespaceProxy,
FundamentalTypeProxy,
Expand All @@ -22,6 +23,11 @@

__all__ = ['pre_processing', 'post_processing']

parser = PluginManager('autowig.parser', brief="AutoWIG front-end plugin_managers",
details="""AutoWIG front-end plugin_managers are responsible for Abstract Semantic Graph (ASG) completion from C/C++ parsing.
.. seealso:: :class:`autowig.AbstractSemanticGraph` for more details on ASGs""")

def pre_processing(asg, headers, flags, **kwargs):
"""Pre-processing step of an AutoWIG front-end
Expand Down

0 comments on commit 27e5e32

Please sign in to comment.