yml2c
changeset 50 963c1b542610
parent 43 fb35b9db9ca1
child 64 4e4782144f4f
equal deleted inserted replaced
49:6e781b10c5a4 50:963c1b542610
     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.2
     5 YML 2 compiler version 6.2
     6 Copyleft (c), 2009-2019, Volker Birk  http://fdik.org/yml/
     6 Copyleft (c), 2009-2020, Volker Birk  http://fdik.org/yml/
     7 
     7 
     8 """
     8 """
     9 
     9 
    10 import sys, os, codecs, locale
    10 import sys, os, codecs, locale
    11 import fileinput, unicodedata
    11 import fileinput, unicodedata