Updated Home (markdown)

Erez Shinan 2017-10-31 19:25:37 +02:00
parent 347642f3ef
commit 7b129a678c
1 changed files with 3 additions and 0 deletions

@ -5,7 +5,10 @@ Learn more about lark in one of the following pages:
- [[Philosophy and design choices|Philosophy]] (TODO)
- [[Features]] - A full list of Lark's main features
- [[Examples]] - A few small digestible examples that show how Lark can be used
- [Tutorial](/docs/json_tutorial.md) for writing a JSON parser.
- Reference
- [[Grammar Reference]]
- [[Tree Construction Reference|Tree Construction]]
- [[Classes Reference]]
- Dig deeper: Read the [tests module](/tests/test_parser.py) for more examples.