diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ | |||
1 | ## LPegLabel - Parsing Expression Grammars (with Labels) for Lua | 1 | ## LPegLabel - Parsing Expression Grammars (with Labels) for Lua |
2 | 2 | ||
3 | <center> | 3 | <center> |
4 | <img src="https://github.com/sqmedeiros/lpeglabel/raw/master/lpeglabel-logo.gif" alt="LPegLabel" style="width: 64px;"/> | 4 | <img src="https://github.com/sqmedeiros/lpeglabel/raw/master/lpeglabel-logo500.png" alt="LPegLabel"/> |
5 | </center> | 5 | </center> |
6 | 6 | ||
7 | --- | 7 | --- |
8 | 8 | ||
9 | #### Introduction | 9 | ### Introduction |
10 | 10 | ||
11 | LPegLabel is a conservative extension of the | 11 | LPegLabel is a conservative extension of the |
12 | [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg) | 12 | [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg) |
@@ -51,10 +51,10 @@ of the new functions provided by LpegLabel: | |||
51 | </tbody></table> | 51 | </tbody></table> |
52 | 52 | ||
53 | 53 | ||
54 | #### Functions | 54 | ### Functions |
55 | 55 | ||
56 | 56 | ||
57 | ##### <a name="f-t"></a><code>lpeglabel.T(l)</code> | 57 | #### <a name="f-t"></a><code>lpeglabel.T(l)</code> |
58 | 58 | ||
59 | 59 | ||
60 | Returns a pattern that throws the label `l`. | 60 | Returns a pattern that throws the label `l`. |