diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-06-28 16:24:26 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-06-28 16:24:26 -0300 |
commit | 101f007a86c987a367b16edebabe83ab76fe1a40 (patch) | |
tree | 0c09d68680e672f6acd630ce3eb5e41364b77c40 /README.md | |
parent | 9e5eb9c3abe1c1c45b88c1628c336cb5265896aa (diff) | |
download | lpeglabel-101f007a86c987a367b16edebabe83ab76fe1a40.tar.gz lpeglabel-101f007a86c987a367b16edebabe83ab76fe1a40.tar.bz2 lpeglabel-101f007a86c987a367b16edebabe83ab76fe1a40.zip |
Adding a logo with a lower resolution
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`. |