We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c1068 commit 7bf9f9aCopy full SHA for 7bf9f9a
docs/forest.rst
@@ -1,5 +1,5 @@
1
-Working with the SPPF
2
-=====================
+Shared packed parse forest (SPPF)
+=================================
3
4
When parsing with Earley, Lark provides the ``ambiguity='forest'`` option
5
to obtain the shared packed parse forest (SPPF) produced by the parser as
docs/how_to_develop.md
@@ -1,4 +1,4 @@
-# How to develop Lark - Guide
+# Developing Lark
There are many ways you can help the project:
docs/how_to_use.md
-# How To Use Lark - Guide
+# Using Lark
## Work process
0 commit comments