yml2c
changeset 35 5414b157613a
parent 34 d9eaf22f13ea
child 40 432ab62b2537
equal deleted inserted replaced
34:d9eaf22f13ea 35:5414b157613a
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python3
     2 # vim: set fileencoding=utf-8 :
     2 # vim: set fileencoding=utf-8 :
     3 
     3 
     4 """\
     4 """\
     5 YML 2 compiler version 6.0
     5 YML 2 compiler version 6.1
     6 Copyleft (c), 2009-2019, Volker Birk  http://fdik.org/yml/
     6 Copyleft (c), 2009-2019, Volker Birk  http://fdik.org/yml/
     7 
     7 
     8 """
     8 """
     9 
     9 
    10 import sys, os, codecs, locale
    10 import sys, os, codecs, locale