mirror of https://github.com/lark-parser/lark.git
Updated Home (markdown)
parent
347642f3ef
commit
7b129a678c
3
Home.md
3
Home.md
|
@ -5,7 +5,10 @@ Learn more about lark in one of the following pages:
|
||||||
- [[Philosophy and design choices|Philosophy]] (TODO)
|
- [[Philosophy and design choices|Philosophy]] (TODO)
|
||||||
- [[Features]] - A full list of Lark's main features
|
- [[Features]] - A full list of Lark's main features
|
||||||
- [[Examples]] - A few small digestible examples that show how Lark can be used
|
- [[Examples]] - A few small digestible examples that show how Lark can be used
|
||||||
|
- [Tutorial](/docs/json_tutorial.md) for writing a JSON parser.
|
||||||
- Reference
|
- Reference
|
||||||
- [[Grammar Reference]]
|
- [[Grammar Reference]]
|
||||||
- [[Tree Construction Reference|Tree Construction]]
|
- [[Tree Construction Reference|Tree Construction]]
|
||||||
- [[Classes Reference]]
|
- [[Classes Reference]]
|
||||||
|
|
||||||
|
- Dig deeper: Read the [tests module](/tests/test_parser.py) for more examples.
|
||||||
|
|
Loading…
Reference in New Issue