mirror of https://github.com/lark-parser/lark.git
11
Home
Erez Shinan edited this page 2018-09-12 13:01:07 +03:00
The documentation here is outdated. Please go to https://lark-parser.readthedocs.io/
Learn more about lark in one of the following pages:
-
Features - A full list of Lark's main features
-
Examples - A few small digestible examples that show how Lark can be used
-
How to use Lark - A very short guide to working with Lark
-
Tutorials
- How to write a DSL - Implements a toy LOGO-like language with an interpreter
- How to write a JSON parser
-
Reference
-
Dig deeper: Read the tests module for more examples.