From 7b129a678c005983c4b3c8b1bca27e33b7d8678a Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Tue, 31 Oct 2017 19:25:37 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) 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.