@ -1,4 +1,4 @@
# 2.6.0 backend
# 2.6.1 backend
# written by VB.
@ -633,7 +633,7 @@ def codegen(obj):
result += codegen(Symbol('lineQuote', '| ' + l[space:]))
return code(result)
elif ctype == "textsection":
elif ctype == "textsectionu":
result = ''
ll = obj[1].splitlines()
space = len(ll[-1]) - 2
@ -2,7 +2,7 @@
# vim: set fileencoding=utf-8 :
"""\
YML 2 compiler version 6.0
YML 2 compiler version 6.1
Copyleft (c), 2009-2019, Volker Birk http://fdik.org/yml/
"""
YML/YSLT 2 processor version 6.0
YML/YSLT 2 processor version 6.1
Copyleft (c), 2009-2019 Volker Birk http://fdik.org/yml/