We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06239dc commit 12e00a0Copy full SHA for 12e00a0
1 file changed
docs/source/syntax.rst
@@ -0,0 +1,25 @@
1
+Syntax tree utilities
2
+=====================
3
+
4
+These are the classes that are useful for manipulating or plotting parse trees directly.
5
6
+.. autoclass:: python_mg.syntax.ParseTree
7
+ :members:
8
+ :undoc-members:
9
10
+.. autoclass:: python_mg.syntax.Mover
11
12
13
14
+.. autoclass:: python_mg.syntax.Trace
15
16
17
18
+.. autoclass:: python_mg.syntax.MGNode
19
20
21
22
+.. autoclass:: python_mg.syntax.MGEdge
23
24
25
0 commit comments