diff --git a/Home.md b/Home.md index 07e856f..f39ee67 100644 --- a/Home.md +++ b/Home.md @@ -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.