File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,4 +61,18 @@ result match {
61
61
<a href =" https://github.com/iguana-parser/examples/blob/master/src/test/scala/IguanaExamples.scala#L21-L25 " target =" _blank " class =" github-link " ></a >
62
62
</div >
63
63
64
+ <p >The SPPF and terms corresponding to the example above are shown below. More information
65
+ about terms can be found <a href =" http://localhost:4000/documentation.html#ParseTrees " >here</a >.</p >
66
+
67
+ <div style =" overflow :hidden ;" >
68
+ <div style="width: 43%; float:left;">
69
+ <img src="../images/sppf.png" width="100%">
70
+ </div>
71
+ <div style="width: 50%; float:right;">
72
+ <img src="../images/tree.png" width="100%">
73
+ </div>
74
+ </div >
75
+
76
+
77
+
64
78
</div >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ layout: base
37
37
</section>
38
38
<section id="Examples" class="group">
39
39
<h2>Examples</h2>
40
- In this page we give some examples of using Iguana. The source code
40
+ Now we give some examples of using Iguana. The source code
41
41
of this examples is available <a href="https://github.com/iguana-parser/examples">here</a>.</p>
42
42
<div id="XML" class="subgroup">
43
43
{% include_relative examples/xml.md %}
You can’t perform that action at this time.
0 commit comments