Skip to content

Commit a187538

Browse files
committed
updating getting_started
1 parent 5469d30 commit a187538

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

about.html

-4
This file was deleted.

examples/running.md

+14
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,18 @@ result match {
6161
<a href="https://github.com/iguana-parser/examples/blob/master/src/test/scala/IguanaExamples.scala#L21-L25" target="_blank" class="github-link"></a>
6262
</div>
6363

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+
6478
</div>

getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ layout: base
3737
</section>
3838
<section id="Examples" class="group">
3939
<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
4141
of this examples is available <a href="https://github.com/iguana-parser/examples">here</a>.</p>
4242
<div id="XML" class="subgroup">
4343
{% include_relative examples/xml.md %}

0 commit comments

Comments
 (0)