1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
U
L±d;)ã@s8ddlmZGdd„deƒZGdd„deƒZdZdZdS)    é)ÚTemplatec@s(eZdZd    dd„Zd
dd„Zdd„ZdS) ÚASTCodeGeneratorú
_c_ast.cfgcCs ||_dd„| |¡Dƒ|_dS)zN Initialize the code generator from a configuration
            file.
        cSsg|]\}}t||ƒ‘qS©)ÚNodeCfg)Ú.0ÚnameÚcontentsrrúId:\z\workplace\vscode\pyvenv\venv\Lib\site-packages\pycparser/_ast_gen.pyÚ
<listcomp>sÿz-ASTCodeGenerator.__init__.<locals>.<listcomp>N)Ú cfg_filenameÚ parse_cfgfileÚnode_cfg)Úselfr rrr
Ú__init__sÿzASTCodeGenerator.__init__NcCsDttƒj|jd}|t7}|jD]}|| ¡d7}q | |¡dS)z< Generates the code into file, an open file buffer.
        )r z
 
N)rÚ_PROLOGUE_COMMENTÚ
substituter Ú_PROLOGUE_CODErÚgenerate_sourceÚwrite)rÚfileÚsrcrrrr
Úgeneratesÿ
zASTCodeGenerator.generatec
    csÄt|dƒ°}|D]¤}| ¡}|r| d¡r,q| d¡}| d¡}| d¡}|dksb||ksb||krrtd||fƒ‚|d|…}||d|…}|r¦d    d
„| d ¡Dƒng}    ||    fVqW5QRXdS) ze Parse the configuration file and yield pairs of
            (name, contents) for each node.
        Úrú#ú:ú[ú]ézInvalid line in %s:
%s
NcSsg|] }| ¡‘qSr)Ústrip)rÚvrrr
r 6sz2ASTCodeGenerator.parse_cfgfile.<locals>.<listcomp>ú,)ÚopenrÚ
startswithÚfindÚ RuntimeErrorÚsplit)
rÚfilenameÚfÚlineZcolon_iZ
lbracket_iZ
rbracket_irÚvalZvallistrrr
r %s 
 
 
 zASTCodeGenerator.parse_cfgfile)r)N)Ú__name__Ú
__module__Ú __qualname__rrr rrrr
rs
 
rc@s@eZdZdZdd„Zdd„Zdd„Zdd    „Zd
d „Zd d „Z    dS)rzº Node configuration.
 
        name: node name
        contents: a list of contents - attributes and child nodes
        See comment at the top of the configuration file for details.
    cCs~||_g|_g|_g|_g|_|D]V}| d¡}|j |¡| d¡rT|j |¡q"| d¡rl|j |¡q"|j |¡q"dS)NÚ*z**)rÚ all_entriesÚattrÚchildÚ    seq_childÚrstripÚappendÚendswith)rrr    ÚentryZ clean_entryrrr
rBs
 
 
zNodeCfg.__init__cCs<| ¡}|d| ¡7}|d| ¡7}|d| ¡7}|S)NÚ
)Ú    _gen_initÚ _gen_childrenÚ    _gen_iterÚ_gen_attr_names©rrrrr
rTs
zNodeCfg.generate_sourcecCsŠd|j}|jrDd |j¡}d dd„|jDƒ¡}|d7}d|}nd}d}|d    |7}|d
|7}|jd gD]}|d ||f7}qp|S) Nzclass %s(Node):
z, css|]}d |¡VqdS)z'{0}'N)Úformat)rÚerrr
Ú    <genexpr>`sz$NodeCfg._gen_init.<locals>.<genexpr>z, 'coord', '__weakref__'z(self, %s, coord=None)z'coord', '__weakref__'z(self, coord=None)z    __slots__ = (%s)
z    def __init__%s:
Zcoordz        self.%s = %s
)rr/Újoin)rrÚargsÚslotsZarglistrrrr
r8[s
 
  zNodeCfg._gen_initcCsdd}|jrX|d7}|jD]}|dt|d7}q|jD]}|dt|d7}q6|d7}n|d7}|S)Nz    def children(self):
z        nodelist = []
zV        if self.%(child)s is not None: nodelist.append(("%(child)s", self.%(child)s))
©r1zu        for i, child in enumerate(self.%(child)s or []):
            nodelist.append(("%(child)s[%%d]" %% i, child))
z        return tuple(nodelist)
z        return ()
©r/r1Údictr2©rrr1r2rrr
r9os 
ý
ý
zNodeCfg._gen_childrencCshd}|jr\|jD]}|dt|d7}q|jD]}|dt|d7}q.|jsd|jsd|d7}n|d7}|S)Nz    def __iter__(self):
zH        if self.%(child)s is not None:
            yield self.%(child)s
rCzE        for child in (self.%(child)s or []):
            yield child
z        return
        yield
rDrFrrr
r:‡s(
þ
þ ÿÿzNodeCfg._gen_itercCs"dd dd„|jDƒ¡d}|S)Nz    attr_names = (Úcss|]}d|VqdS)z%r, Nr)rÚnmrrr
r?£sz*NodeCfg._gen_attr_names.<locals>.<genexpr>ú))r@r0r<rrr
r;¢szNodeCfg._gen_attr_namesN)
r+r,r-Ú__doc__rrr8r9r:r;rrrr
r:sra¾#-----------------------------------------------------------------
# ** ATTENTION **
# This code was automatically generated from the file:
# $cfg_filename
#
# Do not modify it directly. Modify the configuration file and
# run the generator again.
# ** ** *** ** **
#
# pycparser: c_ast.py
#
# AST Node classes.
#
# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------
 
a3
import sys
 
def _repr(obj):
    """
    Get the representation of an object, with dedicated pprint-like format for lists.
    """
    if isinstance(obj, list):
        return '[' + (',\n '.join((_repr(e).replace('\n', '\n ') for e in obj))) + '\n]'
    else:
        return repr(obj)
 
class Node(object):
    __slots__ = ()
    """ Abstract base class for AST nodes.
    """
    def __repr__(self):
        """ Generates a python representation of the current node
        """
        result = self.__class__.__name__ + '('
 
        indent = ''
        separator = ''
        for name in self.__slots__[:-2]:
            result += separator
            result += indent
            result += name + '=' + (_repr(getattr(self, name)).replace('\n', '\n  ' + (' ' * (len(name) + len(self.__class__.__name__)))))
 
            separator = ','
            indent = '\n ' + (' ' * len(self.__class__.__name__))
 
        result += indent + ')'
 
        return result
 
    def children(self):
        """ A sequence of all children that are Nodes
        """
        pass
 
    def show(self, buf=sys.stdout, offset=0, attrnames=False, nodenames=False, showcoord=False, _my_node_name=None):
        """ Pretty print the Node and all its attributes and
            children (recursively) to a buffer.
 
            buf:
                Open IO buffer into which the Node is printed.
 
            offset:
                Initial offset (amount of leading spaces)
 
            attrnames:
                True if you want to see the attribute names in
                name=value pairs. False to only see the values.
 
            nodenames:
                True if you want to see the actual node names
                within their parents.
 
            showcoord:
                Do you want the coordinates of each Node to be
                displayed.
        """
        lead = ' ' * offset
        if nodenames and _my_node_name is not None:
            buf.write(lead + self.__class__.__name__+ ' <' + _my_node_name + '>: ')
        else:
            buf.write(lead + self.__class__.__name__+ ': ')
 
        if self.attr_names:
            if attrnames:
                nvlist = [(n, getattr(self,n)) for n in self.attr_names]
                attrstr = ', '.join('%s=%s' % nv for nv in nvlist)
            else:
                vlist = [getattr(self, n) for n in self.attr_names]
                attrstr = ', '.join('%s' % v for v in vlist)
            buf.write(attrstr)
 
        if showcoord:
            buf.write(' (at %s)' % self.coord)
        buf.write('\n')
 
        for (child_name, child) in self.children():
            child.show(
                buf,
                offset=offset + 2,
                attrnames=attrnames,
                nodenames=nodenames,
                showcoord=showcoord,
                _my_node_name=child_name)
 
 
class NodeVisitor(object):
    """ A base NodeVisitor class for visiting c_ast nodes.
        Subclass it and define your own visit_XXX methods, where
        XXX is the class name you want to visit with these
        methods.
 
        For example:
 
        class ConstantVisitor(NodeVisitor):
            def __init__(self):
                self.values = []
 
            def visit_Constant(self, node):
                self.values.append(node.value)
 
        Creates a list of values of all the constant nodes
        encountered below the given node. To use it:
 
        cv = ConstantVisitor()
        cv.visit(node)
 
        Notes:
 
        *   generic_visit() will be called for AST nodes for which
            no visit_XXX method was defined.
        *   The children of nodes for which a visit_XXX was
            defined will not be visited - if you need this, call
            generic_visit() on the node.
            You can use:
                NodeVisitor.generic_visit(self, node)
        *   Modeled after Python's own AST visiting facilities
            (the ast module of Python 3.0)
    """
 
    _method_cache = None
 
    def visit(self, node):
        """ Visit a node.
        """
 
        if self._method_cache is None:
            self._method_cache = {}
 
        visitor = self._method_cache.get(node.__class__.__name__, None)
        if visitor is None:
            method = 'visit_' + node.__class__.__name__
            visitor = getattr(self, method, self.generic_visit)
            self._method_cache[node.__class__.__name__] = visitor
 
        return visitor(node)
 
    def generic_visit(self, node):
        """ Called if no explicit visitor function exists for a
            node. Implements preorder visiting of the node.
        """
        for c in node:
            self.visit(c)
 
N)ÚstringrÚobjectrrrrrrrr
Ú<module> s
*nÿ