yml2/backend.py
changeset 60 b19d0a86651b
parent 58 a218553807ab
child 65 d659b8c2ed22
equal deleted inserted replaced
59:ca8b9c6eb602 60:b19d0a86651b
     6 import fileinput
     6 import fileinput
     7 import sys, traceback, os
     7 import sys, traceback, os
     8 from xml.sax.saxutils import escape, quoteattr
     8 from xml.sax.saxutils import escape, quoteattr
     9 from copy import copy, deepcopy
     9 from copy import copy, deepcopy
    10 from glob import glob
    10 from glob import glob
    11 from pyPEG import code, parse, parseLine, u, Symbol
    11 from yml2.pyPEG import code, parse, parseLine, u, Symbol
    12 from yml2 import ymlCStyle, comment, _inner
    12 from yml2.yml2 import ymlCStyle, comment, _inner
    13 
    13 
    14 ymlFunc, pointers, pythonFunc = {}, {}, {}
    14 ymlFunc, pointers, pythonFunc = {}, {}, {}
    15 in_ns = ""
    15 in_ns = ""
    16 operator = []
    16 operator = []
    17 included = ""
    17 included = ""