1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
lola (1.6-1) unstable; urgency=medium
* New upstream version
* Don't create output file if there is an error
-- Keith Packard <keithp@keithp.com> Fri, 05 Nov 2021 10:50:52 -0700
lola (1.5-1) unstable; urgency=medium
* New upstream version
* Standards 4.5.1
* Add 'PARSE_TOP' fragment.
-- Keith Packard <keithp@keithp.com> Thu, 16 Sep 2021 17:05:14 -0700
lola (1.4-1) unstable; urgency=medium
* New upstream version
* Improve memory/cpu usage of terminal table
* Fix bug dealing with repeated non-terminals in productions
-- Keith Packard <keithp@keithp.com> Fri, 28 Aug 2020 23:16:11 -0700
lola (1.3-2) unstable; urgency=medium
* Source-only upload
-- Keith Packard <keithp@keithp.com> Mon, 09 Mar 2020 12:54:26 -0700
lola (1.3-1) unstable; urgency=medium
* Support mutually-recursive grammars
* Remove debugging prints from preprocessor code
-- Keith Packard <keithp@keithp.com> Tue, 18 Feb 2020 11:28:46 -0800
lola (1.2-2) unstable; urgency=medium
* Update debian copyright information
-- Keith Packard <keithp@keithp.com> Fri, 13 Sep 2019 08:40:28 -0700
lola (1.2-1) unstable; urgency=medium
* Upstream 1.2 version
* Use /usr/bin/env to locate python3 binary
(Paulo Henrique Silva <ph.silva@gmail.com>)
* Make non_terminal_table an ordered dict
(Paulo Henrique Silva <ph.silva@gmail.com>)
* Pack parse_return_t enum to reduce space used
* Add preprocessing functionality
-- Keith Packard <keithp@keithp.com> Wed, 21 Aug 2019 21:10:52 -0700
lola (1.1-2) unstable; urgency=medium
* Clean up some lintian warnings
-- Keith Packard <keithp@keithp.com> Wed, 06 Mar 2019 22:31:08 +0100
lola (1.1-1) unstable; urgency=medium
* Reduce size of non-terminal table
* Switch from arch: any to arch: all
-- Keith Packard <keithp@keithp.com> Sat, 02 Mar 2019 08:45:46 -0800
lola (1.0-1) unstable; urgency=medium
* Initial upload
-- Keith Packard <keithp@keithp.com> Wed, 20 Feb 2019 21:04:47 -0800
|