Volker Birk
68816f06b5
renamed in Python 3
2 years ago
Volker Birk
cdc8d215a8
do not need this
2 years ago
Volker Birk
8f5fc1ef90
do not need this
2 years ago
Claudio Luck
fd08fd7161
make main(), easier merge
2 years ago
Hartmut Goebel
062c261bf8
Release 2.6.3
2 years ago
Hartmut Goebel
3e912a171f
Bump version to 2.6.3.
2 years ago
Hartmut Goebel
4ed5de4053
Update copyright year.
2 years ago
Hartmut Goebel
77d45eec80
Makefile: Add target `install`.
This makes distribution packagers live even easier.
6 years ago
Hartmut Goebel
3fa753e20e
Makefile: Add target `dist`.
2 years ago
Hartmut Goebel
5c1073f0a3
Update .hgignore.
2 years ago
Claudio Luck
7c96abea26
Add a README.
4 years ago
Hartmut Goebel
ff0f9dad71
Add setup.py, setup.cfg and MANIFEST.in.
2 years ago
Hartmut Goebel
1d0fd6c31f
docs: Include files are always searched at standard location, too.
This removes the need to specify the location where yml2 was unpacked or
installed as YML_PATH. So this now works:
YML_PATH=/foo ./yml2proc --xml2yml
The standard system location <prefix>/share/yml2 is now always appended to
the include search path. If this path does not exist, the directory one
above the `backend.py` file is added, allowing the same behaviour for
uninstalled yml2.
In the Makefile enforce the .ysl2 files to be searched in the current
directory first.
6 years ago
Hartmut Goebel
e9b4677d0e
Move data files into the Python package.
The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.
2 years ago
Hartmut Goebel
c641c0500d
Catch missing xml2yml.ysl2 early.
6 years ago
Hartmut Goebel
d589862910
Convert yml2 into a Python package.
* Rename yml2.py -> yml2/__init__.py
* Rename backend.py -> yml2/backend.py
* Rename pyPEG.py -> yml2/pyPEG.py
* Use relative imports where appropriate.
* Change imports in yml2c, yml2proc.
* Update make target `clean`.
2 years ago
Volker Birk
44d85b7088
date
3 years ago
Volker Birk
6d3ab9df35
Added tag 2.6.2 for changeset f93de5b34430
3 years ago
Volker Birk
56741ddb7b
explicitely name match attribute
3 years ago
Volker Birk
546511ddaa
documentation
3 years ago
Volker Birk
9558ef0133
Added tag 2.6.1 for changeset 6c0e2881db60
3 years ago
Volker Birk
5b3fa9e1fb
bug: textsectionu disappeared
3 years ago
Volker Birk
a0ff4d482f
exit on version string
3 years ago
Volker Birk
8ebd9261dd
Added tag 2.6.0 for changeset 9b2eff55a3ae
3 years ago
Volker Birk
802a0f1d11
fixes
3 years ago
Volker Birk
f8fc19146a
adapting to Python 3
3 years ago
Volker Birk
bb2c2c8b8f
Added tag 2.5.10 for changeset c48f0d1d29ac
4 years ago
Volker Birk
8c189d3641
feature: default function is used as a template
4 years ago
Volker Birk
2597eddbf2
adding hex literals
4 years ago
Volker Birk
77f0c5582d
...
4 years ago
Volker Birk
f82be44c62
adding samples
4 years ago
Volker Birk
f692154c84
Added tag 2.5.9 for changeset 8138b86a9196
4 years ago
Volker Birk
93f9507122
allowing || in line quotes
4 years ago
Volker Birk
76bd0c19c9
easier
4 years ago
Volker Birk
331708873e
Added tag 2.5.8 for changeset 172da49a35f6
4 years ago
Volker Birk
a40619422a
keywords as values in decl parameters
4 years ago
Volker Birk
d85dec1283
Added tag 2.5.7 for changeset b4343a05f5d5
4 years ago
Volker Birk
8b34d7f13c
new distribution version
4 years ago
Volker Birk
620d625a9b
on special demand
4 years ago
Volker Birk
f7e00e5fe7
glob() does not sort any more - adding sorted() function
5 years ago
Volker Birk
488049d9ab
correcting version number
5 years ago
Volker Birk
e6367ce8f3
Version 2.5.6
5 years ago
Volker Birk
423c9bca39
Added tag 2.5.6 for changeset 80d024464521
5 years ago
Volker Birk
1aee24d61c
...
5 years ago
Volker Birk
918454b256
workaround is harmful now, bug does not exist any more
5 years ago
Volker Birk
54648171f4
adding mixedCase()
5 years ago
Volker Birk
932da9d702
...
5 years ago
Volker Birk
01057f884b
typo
5 years ago
Volker Birk
6b329b6a5d
beginning with Python 3 compat
6 years ago
Volker Birk
ed3799034c
correcting docu
6 years ago