Skip to content

Commit 14bb774

Browse files
committed
deploy: 1f7ede2
1 parent 1f7ede2 commit 14bb774

File tree

4 files changed

+3788
-1
lines changed

4 files changed

+3788
-1
lines changed

examples/.build.manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ prolog/prolog.dart.js
4040
prolog/prolog.html
4141
smalltalk/smalltalk.dart.js
4242
smalltalk/smalltalk.html
43+
tabular/tabular.dart.js
44+
tabular/tabular.html
4345
uri/uri.dart.js
4446
uri/uri.html
4547
xml/xml.dart.js

examples/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ <h1>Interactive PetitParser Examples</h1>
3838
Contains the beginnings of a Smalltalk Interpreter. Currently only the parsed AST is printed.
3939
</dd>
4040

41+
<dt><a href="tabular/tabular.html">Tabular Text Parser</a></dt>
42+
<dd>
43+
Parseres comma-separated or tab-separated tabular textual data.
44+
</dd>
45+
4146
<dt><a href="uri/uri.html">URI Parser</a></dt>
4247
<dd>
4348
Parses and decomposes URIs into their individual components.
@@ -49,4 +54,4 @@ <h1>Interactive PetitParser Examples</h1>
4954
</dd>
5055
</dl>
5156
</body>
52-
</html>
57+
</html>

0 commit comments

Comments
 (0)