Skip to content

Commit 47e7665

Browse files
committed
Add a web example for tabular text parsing.
1 parent c56afb8 commit 47e7665

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ To see PetitParser in action, check out these web-based [examples](https://githu
2121
- [Prolog Interpreter](/examples/prolog/prolog.html)
2222
- [Expression Evaluator](/examples/math/eval.html)
2323
- [Expression Plotter](/examples/math/plot.html)
24+
- [Tabular Text Parser](/examples/tabular/tabular.html) (CSV and TSV files)
2425
- [URI Parser](/examples/uri/uri.html)
2526
- [XML/XPath Parser](/examples/xml/xml.html)
2627

2728
There are some other more experimental examples available:
2829

29-
- [JSON Parser](/examples/json/json.html) (JavaScript version is slow)
30-
- [Smalltak Parser](/examples/smalltalk/smalltalk.html) (prints the AST)
30+
- [JSON Parser](/examples/json/json.html)
31+
- [Smalltak Parser](/examples/smalltalk/smalltalk.html)

0 commit comments

Comments
 (0)