Skip to content

Files

Latest commit

a187538 · Dec 25, 2015

History

History
53 lines (50 loc) · 1.67 KB

getting_started.md

File metadata and controls

53 lines (50 loc) · 1.67 KB
layout
base
<script type="text/javascript"> $('body').scrollspy({ target: '.bs-docs-sidebar', offset: 40 }); $("#sidebar").affix({ offset: { top: 60 } }); </script>
{% include_relative examples/running.md %}

Examples

Now we give some examples of using Iguana. The source code of this examples is available here.

{% include_relative examples/xml.md %}
{% include_relative examples/operator_precedence.md %}
{% include_relative examples/haskell.md %}