home: hub: minipeg

Download patch

ref: d83f0b805f983c45614b2fca92f676c25801830c
parent: af684325f22bc573a9fdb95f176b8a17bb3001a4
author: Andrew Chambers <ac@acha.ninja>
date: Sun Apr 10 18:24:25 CDT 2022

Remove broken release links.

--- a/README.md
+++ b/README.md
@@ -45,24 +45,24 @@
 Rename project to minipeg.
 Deprecate and remove peg syntax (leg is the new and only syntax).
 Add new amalgamated builds that can be distributed as a single file.
-* **0.1.18** ([zip](../../archive/0.1.18.zip), [tar.gz](../../archive/0.1.18.tar.gz)) &mdash; 2016-07-22  
+* **0.1.18**  
 Add `-P` option to disable `#line` directives.  
 Emit `#line` directives for all actions.  
-* **0.1.17** ([zip](../../archive/0.1.17.zip), [tar.gz](../../archive/0.1.17.tar.gz)) &mdash; 2016-07-14  
+* **0.1.17**  
 Emit `#line` directives for header and trailer in the generated source file.
-* **0.1.16** ([zip](../../archive/0.1.16.zip), [tar.gz](../../archive/0.1.16.tar.gz)) &mdash; 2016-06-25  
+* **0.1.16**  
 Add `@{...}` actions that are performed during matching.
-* **0.1.15** ([zip](../../archive/0.1.15.zip), [tar.gz](../../archive/0.1.15.tar.gz)) &mdash; 2013-12-17  
+* **0.1.15**  
 Calls to `YY_FREE` fixed (thanks to Andrew Dunham).
-* **0.1.14** ([zip](../../archive/0.1.14.zip), [tar.gz](../../archive/0.1.14.tar.gz)) &mdash; 2013-12-01  
+* **0.1.14**  
 Documentation typos fixed (thanks to Giulio Paci).
-* **0.1.13** ([zip](../../archive/0.1.13.zip), [tar.gz](../../archive/0.1.13.tar.gz)) &mdash; 2013-08-16  
+* **0.1.13**  
 Predicate actions can refer to `yytext` (thanks to Grégory Pakosz).
 Hexadecimal character escapes are supported by `leg` (thanks to Hugo Etchegoyen).
-* **0.1.12** ([zip](../../archive/0.1.12.zip), [tar.gz](../../archive/0.1.12.tar.gz)) &mdash; 2013-07-20  
+* **0.1.12**  
 Use BSD-licensed `getopt()` in Windows build.  
 Verbose mode handles Variable nodes.  
-* **0.1.11** ([zip](../../archive/0.1.11.zip), [tar.gz](../../archive/0.1.11.tar.gz)) &mdash; 2013-06-03  
+* **0.1.11**  
 Add error actions via `"~"` operator.  
 Support declaration of local variables at the top level of semantic actions.  
 Dynamically grow data structures to remove artificial limits on rule recursion (thanks to Alex Klinkhamer).  
@@ -69,29 +69,28 @@
 Many small changes to better support C++.  
 Add build files for Win32 and MacOS (thanks to Fyodor Sheremetyev).  
 Update manual page to describe new features.  
-* **0.1.10** &mdash; missing in upstream
-* **0.1.9** ([zip](../../archive/0.1.9.zip), [tar.gz](../../archive/0.1.9.tar.gz)) &mdash; 2012-04-29  
+* **0.1.9**
 Move global state into a structure to facilitate reentrant and thread-safe parsers (thanks to Dmitry Lipovoi).
-* **0.1.8** ([zip](../../archive/0.1.8.zip), [tar.gz](../../archive/0.1.8.tar.gz)) &mdash; 2012-03-29  
+* **0.1.8**
 Allow nested, matched braces within actions.
-* **0.1.7** ([zip](../../archive/0.1.7.zip), [tar.gz](../../archive/0.1.7.tar.gz)) &mdash; 2011-11-25  
+* **0.1.7**
 Fix matching of 8-bit chars to allow utf-8 sequences in matching expressions (thanks to Grégory Pakosz).
-* **0.1.6** ([zip](../../archive/0.1.6.zip), [tar.gz](../../archive/0.1.6.tar.gz)) &mdash; 2011-11-24  
+* **0.1.6**
 Allow octal escapes in character classes.
-* **0.1.5** ([zip](../../archive/0.1.5.zip), [tar.gz](../../archive/0.1.5.tar.gz)) &mdash; 2011-11-24  
+* **0.1.5**
 Remove dwarf sym dirs when cleaning.  
 Fix size calculation when resizing text buffers.  
 Backslash can be escaped.  
-* **0.1.4** ([zip](../../archive/0.1.4.zip), [tar.gz](../../archive/0.1.4.tar.gz)) &mdash; 2009-08-26  
+* **0.1.4**
 Fix match of a single single quote character.  
 Rename `getline` -> `nextline` to avoid C namespace conflict.  
-* **0.1.3** ([zip](../../archive/0.1.3.zip), [tar.gz](../../archive/0.1.3.tar.gz)) &mdash; 2007-09-13  
+* **0.1.3**
 Allow matched braces inside `leg` actions.  
 Handle empty rules.  
 Handle empty grammars.  
-* **0.1.2** ([zip](../../archive/0.1.2.zip), [tar.gz](../../archive/0.1.2.tar.gz)) &mdash; 2007-08-31  
+* **0.1.2**
 Grow buffers while (not if) they are too small.  
 Remove dependencies on grammar files.  
 Add more basic examples.  
-* **0.1.1** ([zip](../../archive/0.1.1.zip), [tar.gz](../../archive/0.1.1.tar.gz)) &mdash; 2007-05-15  
+* **0.1.1**
 First public release.