MarpaX-Languages-SVG-Parser

 view release on metacpan or  search on metacpan

htdocs/assets/templates/marpax/languages/svg/parser/marpax.languages.svg.parser.tx  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Index of sample files created by MarpaX::Demo::StringParser</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="pragma" content="no-cache">
	<link rel="stylesheet" type="text/css" href="<: $default_css :>">
	<link rel="stylesheet" type="text/css" href="<: $fancy_table_css :>">
</head>
<body>
	<h1 align="center">Index of sample files created by <a href="http://metacpan.org/release/MarpaX-Languages-SVG-Parser">MarpaX::Languages::SVG::Parser</a> V <: $version :>.</h1>

	<p>All the scripts, input files and output files required to generate these examples are shipped in the MarpaX::Languages::SVG::Parser distro.</p>

	<p>Note, however, that the code does not actually read these *.bnf files. Rather, they have been copied into the source
of MarpaX::Languages::SVG::Parser::SAXHandler, where they are accessed via
<a href="http://metacpan.org/release/Data-Section-Simple">Data::Section::Simple</a>.</p>

<br>

<table align = "center" border = "1">
<tr>
	<td>#</td><td>BNF file</td><td>SVG of BNF</td>
</tr>
:for $data -> $row {
<tr>
  <td><: $row.count :></td><td><: $row.bnf :></td><td><a href = "<: $row.image :>"><: $row.image :></a></td>
</tr>
:}
</table>

<hr />

<h3 class="global_toc_text">Links</h3>

<h2 align="center">Index page for <a href="http://savage.net.au/Graphviz.html">all graph module demos</a></h2>

<hr />

<h3 class="global_toc_text">Environment</h3>

: include "fancy.table.tx" { data => $environment };

<hr />

</body>
</html>



( run in 2.279 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )