Wed, 28 Apr 2021 23:40:51 +0200Fix expension of macros in pointers with default values. default tip
Edouard Tisserant <edouard.tisserant@gmail.com> [Wed, 28 Apr 2021 23:40:51 +0200] rev 78
Fix expension of macros in pointers with default values.

For example :

in xsl decl widget_class(%name, *clsname="%nameWidget", match="widget[@type='%name']", mode="widget_class") alias template {
| class `text **clsname` extends Widget{
content;
| }
};

widget_class('Input');

gives now :

<xsl:template match="widget[@type='Input']" mode="widget_class">
<xsl:text>class </xsl:text>
<xsl:text>InputWidget</xsl:text>
<xsl:text> extends Widget{
</xsl:text>
<xsl:text>}
</xsl:text>
</xsl:template>

Without the fix, <xsl:text>InputWidget</xsl:text> would be <xsl:text>%nameWidget</xsl:text>

Thu, 08 Apr 2021 21:11:30 +0200updating documentation
Volker Birk <vb@pep-project.org> [Thu, 08 Apr 2021 21:11:30 +0200] rev 77
updating documentation

Thu, 08 Apr 2021 15:22:59 +0200document gitea
Volker Birk <vb@pep-project.org> [Thu, 08 Apr 2021 15:22:59 +0200] rev 76
document gitea

Thu, 08 Apr 2021 15:20:11 +0200version stamp
Volker Birk <vb@pep-project.org> [Thu, 08 Apr 2021 15:20:11 +0200] rev 75
version stamp

Thu, 08 Apr 2021 15:17:25 +0200feature: include from *pointer
Volker Birk <vb@pep-project.org> [Thu, 08 Apr 2021 15:17:25 +0200] rev 74
feature: include from *pointer

Thu, 08 Apr 2021 14:42:47 +0200add pointer support for include
Volker Birk <vb@pep-project.org> [Thu, 08 Apr 2021 14:42:47 +0200] rev 73
add pointer support for include

Thu, 08 Apr 2021 14:37:11 +0200grammar in own file
Volker Birk <vb@pep-project.org> [Thu, 08 Apr 2021 14:37:11 +0200] rev 72
grammar in own file

Thu, 04 Feb 2021 01:41:09 +0100used a perl script[0] to convert .hgignore to .gitigore
heck <heck@pep.foundation> [Thu, 04 Feb 2021 01:41:09 +0100] rev 71
used a perl script[0] to convert .hgignore to .gitigore

[0] https://github.com/devzendo/hgignore-to-gitignore

Thu, 21 Jan 2021 01:46:34 +0100renamed in Python 3
Volker Birk <vb@pep-project.org> [Thu, 21 Jan 2021 01:46:34 +0100] rev 70
renamed in Python 3

Tue, 15 Dec 2020 11:30:47 +0100do not need this
Volker Birk <vb@pep-project.org> [Tue, 15 Dec 2020 11:30:47 +0100] rev 69
do not need this

Tue, 15 Dec 2020 11:29:51 +0100do not need this
Volker Birk <vb@pep-project.org> [Tue, 15 Dec 2020 11:29:51 +0100] rev 68
do not need this

Thu, 19 Mar 2020 17:17:47 +0100use system-specific path separators
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 17:17:47 +0100] rev 67
use system-specific path separators

Thu, 19 Mar 2020 17:17:22 +0100read version from setup.cfg
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 17:17:22 +0100] rev 66
read version from setup.cfg

Thu, 19 Mar 2020 16:47:39 +0100Merge 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 16:47:39 +0100] rev 65
Merge 2.6.3

Thu, 19 Mar 2020 15:20:28 +0100make main(), easier merge
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 15:20:28 +0100] rev 64
make main(), easier merge

Thu, 19 Mar 2020 10:47:36 +0100Release 2.6.3
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:47:36 +0100] rev 63
Release 2.6.3

Thu, 19 Mar 2020 16:45:02 +0100Merge 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 16:45:02 +0100] rev 62
Merge 2.6.3

Thu, 19 Mar 2020 14:54:23 +0100ignore setup.py stuff in .hgignore
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 14:54:23 +0100] rev 61
ignore setup.py stuff in .hgignore

Thu, 19 Mar 2020 14:53:28 +0100make PyPI package
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 14:53:28 +0100] rev 60
make PyPI package

Wed, 18 Mar 2020 19:32:02 +0100fix version
Claudio Luck <claudio.luck@pep.foundation> [Wed, 18 Mar 2020 19:32:02 +0100] rev 59
fix version

Wed, 18 Mar 2020 19:20:01 +0100pypackage: Merge 2.6.2
Claudio Luck <claudio.luck@pep.foundation> [Wed, 18 Mar 2020 19:20:01 +0100] rev 58
pypackage: Merge 2.6.2

Wed, 27 Feb 2019 14:43:35 +0100Track changes of 2.5.10
Claudio Luck <claudio.luck@pep.foundation> [Wed, 27 Feb 2019 14:43:35 +0100] rev 57
Track changes of 2.5.10

Tue, 04 Sep 2018 17:09:43 +0200wip: add setup.py, README.md and debian packaging
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 56
wip: add setup.py, README.md and debian packaging

Tue, 04 Sep 2018 17:00:00 +0200rename binaries but add compat symlinks (for prep for setup.py)
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:00:00 +0200] rev 55
rename binaries but add compat symlinks (for prep for setup.py)

Tue, 04 Sep 2018 16:57:05 +0200move module body into main()
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:57:05 +0200] rev 54
move module body into main()

Tue, 04 Sep 2018 16:52:30 +0200prepare to move body code into main function
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:52:30 +0200] rev 53
prepare to move body code into main function

Tue, 04 Sep 2018 16:48:59 +0200move python code into new package dir
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:48:59 +0200] rev 52
move python code into new package dir

Thu, 19 Mar 2020 10:42:20 +0100Bump version to 2.6.3.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:42:20 +0100] rev 51
Bump version to 2.6.3.

Thu, 19 Mar 2020 10:41:45 +0100Update copyright year.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:41:45 +0100] rev 50
Update copyright year.

Thu, 27 Oct 2016 14:37:23 +0200Makefile: Add target `install`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 14:37:23 +0200] rev 49
Makefile: Add target `install`.

This makes distribution packagers live even easier.

Tue, 17 Mar 2020 11:29:04 +0100Makefile: Add target `dist`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:29:04 +0100] rev 48
Makefile: Add target `dist`.

Tue, 17 Mar 2020 11:13:21 +0100Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:13:21 +0100] rev 47
Update .hgignore.

Tue, 04 Sep 2018 17:09:43 +0200Add a README.
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 46
Add a README.

Tue, 17 Mar 2020 11:05:51 +0100Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:05:51 +0100] rev 45
Add setup.py, setup.cfg and MANIFEST.in.

Thu, 27 Oct 2016 13:33:48 +0200docs: Include files are always searched at standard location, too.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 13:33:48 +0200] rev 44
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.

Tue, 17 Mar 2020 10:26:38 +0100Move data files into the Python package.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 10:26:38 +0100] rev 43
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.

Thu, 27 Oct 2016 12:51:47 +0200Catch missing xml2yml.ysl2 early.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 12:51:47 +0200] rev 42
Catch missing xml2yml.ysl2 early.

Tue, 17 Mar 2020 10:12:14 +0100Convert yml2 into a Python package.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 10:12:14 +0100] rev 41
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`.

Mon, 04 Nov 2019 11:38:34 +0100date
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:38:34 +0100] rev 40
date

Mon, 04 Nov 2019 11:37:27 +0100Added tag 2.6.2 for changeset f93de5b34430
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:37:27 +0100] rev 39
Added tag 2.6.2 for changeset f93de5b34430

Mon, 04 Nov 2019 11:36:06 +0100explicitely name match attribute
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:36:06 +0100] rev 38
explicitely name match attribute

Sat, 12 Oct 2019 15:56:01 +0200documentation
Volker Birk <vb@pep-project.org> [Sat, 12 Oct 2019 15:56:01 +0200] rev 37
documentation

Fri, 11 Oct 2019 22:56:56 +0200Added tag 2.6.1 for changeset 6c0e2881db60
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 22:56:56 +0200] rev 36
Added tag 2.6.1 for changeset 6c0e2881db60

Fri, 11 Oct 2019 22:56:23 +0200bug: textsectionu disappeared
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 22:56:23 +0200] rev 35
bug: textsectionu disappeared

Fri, 11 Oct 2019 21:47:20 +0200exit on version string
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 21:47:20 +0200] rev 34
exit on version string

Fri, 11 Oct 2019 21:39:11 +0200Added tag 2.6.0 for changeset 9b2eff55a3ae
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 21:39:11 +0200] rev 33
Added tag 2.6.0 for changeset 9b2eff55a3ae

Fri, 11 Oct 2019 21:38:48 +0200fixes
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 21:38:48 +0200] rev 32
fixes

Mon, 23 Sep 2019 19:25:58 +0200adapting to Python 3
Volker Birk <vb@pep-project.org> [Mon, 23 Sep 2019 19:25:58 +0200] rev 31
adapting to Python 3

Fri, 15 Feb 2019 10:45:57 +0100Added tag 2.5.10 for changeset c48f0d1d29ac
Volker Birk <vb@pep-project.org> [Fri, 15 Feb 2019 10:45:57 +0100] rev 30
Added tag 2.5.10 for changeset c48f0d1d29ac

Fri, 15 Feb 2019 10:45:50 +0100feature: default function is used as a template
Volker Birk <vb@pep-project.org> [Fri, 15 Feb 2019 10:45:50 +0100] rev 29
feature: default function is used as a template

Tue, 05 Feb 2019 17:45:35 +0100adding hex literals
Volker Birk <vb@pep-project.org> [Tue, 05 Feb 2019 17:45:35 +0100] rev 28
adding hex literals

Tue, 29 Jan 2019 11:23:36 +0100...
Volker Birk <vb@pep-project.org> [Tue, 29 Jan 2019 11:23:36 +0100] rev 27
...

Tue, 29 Jan 2019 11:21:18 +0100adding samples
Volker Birk <vb@pep-project.org> [Tue, 29 Jan 2019 11:21:18 +0100] rev 26
adding samples

Fri, 25 Jan 2019 23:31:57 +0100...
Volker Birk <vb@pep-project.org> [Fri, 25 Jan 2019 23:31:57 +0100] rev 25
...

Tue, 20 Nov 2018 22:35:38 +0100Added tag 2.5.9 for changeset 8138b86a9196
Volker Birk <vb@pep.foundation> [Tue, 20 Nov 2018 22:35:38 +0100] rev 24
Added tag 2.5.9 for changeset 8138b86a9196

Tue, 20 Nov 2018 22:35:22 +0100allowing || in line quotes
Volker Birk <vb@pep.foundation> [Tue, 20 Nov 2018 22:35:22 +0100] rev 23
allowing || in line quotes

Wed, 29 Aug 2018 23:57:58 +0200easier
Volker Birk <vb@pep.foundation> [Wed, 29 Aug 2018 23:57:58 +0200] rev 22
easier

Wed, 29 Aug 2018 23:53:30 +0200Added tag 2.5.8 for changeset 172da49a35f6
Volker Birk <vb@pep.foundation> [Wed, 29 Aug 2018 23:53:30 +0200] rev 21
Added tag 2.5.8 for changeset 172da49a35f6

Wed, 29 Aug 2018 23:53:10 +0200keywords as values in decl parameters
Volker Birk <vb@pep.foundation> [Wed, 29 Aug 2018 23:53:10 +0200] rev 20
keywords as values in decl parameters

Thu, 26 Apr 2018 19:26:19 +0200Added tag 2.5.7 for changeset b4343a05f5d5
Volker Birk <vb@pep.foundation> [Thu, 26 Apr 2018 19:26:19 +0200] rev 19
Added tag 2.5.7 for changeset b4343a05f5d5

Thu, 26 Apr 2018 19:26:10 +0200new distribution version
Volker Birk <vb@pep.foundation> [Thu, 26 Apr 2018 19:26:10 +0200] rev 18
new distribution version

Thu, 26 Apr 2018 19:23:44 +0200on special demand
Volker Birk <vb@pep.foundation> [Thu, 26 Apr 2018 19:23:44 +0200] rev 17
on special demand

Sun, 15 Oct 2017 09:05:19 +0200glob() does not sort any more - adding sorted() function
Volker Birk <vb@pep.foundation> [Sun, 15 Oct 2017 09:05:19 +0200] rev 16
glob() does not sort any more - adding sorted() function

Thu, 21 Sep 2017 07:57:17 +0200correcting version number
Volker Birk <vb@pep.foundation> [Thu, 21 Sep 2017 07:57:17 +0200] rev 15
correcting version number

Thu, 21 Sep 2017 07:36:27 +0200Version 2.5.6
Volker Birk <vb@pep.foundation> [Thu, 21 Sep 2017 07:36:27 +0200] rev 14
Version 2.5.6

Thu, 21 Sep 2017 07:36:15 +0200Added tag 2.5.6 for changeset 80d024464521
Volker Birk <vb@pep.foundation> [Thu, 21 Sep 2017 07:36:15 +0200] rev 13
Added tag 2.5.6 for changeset 80d024464521

Thu, 08 Jun 2017 23:31:46 +0200...
Volker Birk <vb@pep.foundation> [Thu, 08 Jun 2017 23:31:46 +0200] rev 12
...

Thu, 08 Jun 2017 23:30:58 +0200workaround is harmful now, bug does not exist any more
Volker Birk <vb@pep.foundation> [Thu, 08 Jun 2017 23:30:58 +0200] rev 11
workaround is harmful now, bug does not exist any more

Sat, 03 Jun 2017 19:30:27 +0200adding mixedCase()
Volker Birk <vb@pep.foundation> [Sat, 03 Jun 2017 19:30:27 +0200] rev 10
adding mixedCase()

Tue, 25 Apr 2017 20:46:59 +0200...
Volker Birk <vb@pep.foundation> [Tue, 25 Apr 2017 20:46:59 +0200] rev 9
...

Tue, 25 Apr 2017 17:44:53 +0200typo
Volker Birk <vb@pep.foundation> [Tue, 25 Apr 2017 17:44:53 +0200] rev 8
typo

Sat, 10 Dec 2016 10:11:31 +0100beginning with Python 3 compat
Volker Birk <vb@pep.foundation> [Sat, 10 Dec 2016 10:11:31 +0100] rev 7
beginning with Python 3 compat

Wed, 24 Aug 2016 21:22:51 +0200correcting docu
Volker Birk <vb@pep.foundation> [Wed, 24 Aug 2016 21:22:51 +0200] rev 6
correcting docu

Wed, 24 Aug 2016 21:18:54 +0200Added tag 2.5.5 for changeset a0f3d678b3ca
Volker Birk <vb@pep.foundation> [Wed, 24 Aug 2016 21:18:54 +0200] rev 5
Added tag 2.5.5 for changeset a0f3d678b3ca

Wed, 24 Aug 2016 21:18:46 +0200Version 5.5
Volker Birk <vb@pep.foundation> [Wed, 24 Aug 2016 21:18:46 +0200] rev 4
Version 5.5

Tue, 23 Aug 2016 11:33:17 +0200adding yml namespace
Volker Birk <vb@pep.foundation> [Tue, 23 Aug 2016 11:33:17 +0200] rev 3
adding yml namespace

Sun, 21 Aug 2016 08:50:09 +0200correcting ??? problems in parantheses
Volker Birk <vb@pep.foundation> [Sun, 21 Aug 2016 08:50:09 +0200] rev 2
correcting ??? problems in parantheses

Mon, 11 Jul 2016 23:35:43 +0200adding decl supplements
Volker Birk <vb@pep-project.org> [Mon, 11 Jul 2016 23:35:43 +0200] rev 1
adding decl supplements

Mon, 11 Jul 2016 23:15:28 +0200initial commit
Volker Birk <vb@pep-project.org> [Mon, 11 Jul 2016 23:15:28 +0200] rev 0
initial commit