aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--lpeglabel-logo500.pngbin0 -> 4010 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1ea195d..eb89913 100644
--- a/README.md
+++ b/README.md
@@ -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
11LPegLabel is a conservative extension of the 11LPegLabel 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
60Returns a pattern that throws the label `l`. 60Returns a pattern that throws the label `l`.
diff --git a/lpeglabel-logo500.png b/lpeglabel-logo500.png
new file mode 100644
index 0000000..de3b8b5
--- /dev/null
+++ b/lpeglabel-logo500.png
Binary files differ