Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 5561

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>Parsing : Table of Contents</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body><div><a href="index.html">top</a> | <a href="master.html">index</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>
<hr/>
<h1>Parsing : Table of Contents</h1>
<ul><li><span><span><a href="index.html" title="a framework for building parsers">Parsing</a> -- a framework for building parsers</span><ul><li><span><span><a href="___Analyzer.html" title="the class of all lexical analyzers">Analyzer</a> -- the class of all lexical analyzers</span><ul><li><span><span><a href="_char__Analyzer.html" title="a lexical analyzer that provides characters from a string one at a time">charAnalyzer</a> -- a lexical analyzer that provides characters from a string one at a time</span></span></li>
<li><span><span><a href="_nonspace__Analyzer.html" title="a lexical analyzer that provides non-white-space characters from a string one at a time">nonspaceAnalyzer</a> -- a lexical analyzer that provides non-white-space characters from a string one at a time</span></span></li>
</ul>
</span></li>
<li><span><span><a href="___Parser.html" title="the class of all parsers">Parser</a> -- the class of all parsers</span><ul><li><span><span><a href="_dead__Parser.html" title="a parser which accepts no tokens and is not in a terminal state">deadParser</a> -- a parser which accepts no tokens and is not in a terminal state</span></span></li>
<li><span><span><a href="_terminal__Parser.html" title="produce a parser in a terminal state">terminalParser</a> -- produce a parser in a terminal state</span></span></li>
<li><span><span><a href="_null__Parser.html" title="a terminal parser that returns the value nil">nullParser</a> -- a terminal parser that returns the value nil</span></span></li>
<li><span><span><a href="_future__Parser.html" title="forward reference to a parser not defined yet">futureParser</a> -- forward reference to a parser not defined yet</span></span></li>
<li><span><span><a href="_letter__Parser.html" title="a parser that accepts a single letter and returns it">letterParser</a> -- a parser that accepts a single letter and returns it</span></span></li>
<li><span><span><a href="_const__Parser.html" title="produce a parser that accepts a fixed string, one character at a time">constParser</a> -- produce a parser that accepts a fixed string, one character at a time</span></span></li>
<li><span><span><a href="_optional__Sign__Parser.html" title="a parser that accepts an optional plus sign or minus sign">optionalSignParser</a> -- a parser that accepts an optional plus sign or minus sign</span></span></li>
<li><span><span><a href="___N__N__Parser.html" title="a parser that accepts (and returns) a natural number, one character at a time">NNParser</a> -- a parser that accepts (and returns) a natural number, one character at a time</span></span></li>
<li><span><span><a href="___Z__Z__Parser.html" title="a parser that accepts (and returns) an integer, one character at a time">ZZParser</a> -- a parser that accepts (and returns) an integer, one character at a time</span></span></li>
<li><span><span><a href="___Q__Q__Parser.html" title="a parser that accepts (and returns) a rational number, one character at a time">QQParser</a> -- a parser that accepts (and returns) a rational number, one character at a time</span></span></li>
<li><span><span><a href="_opt__P.html" title="making a parser optional">optP</a> -- making a parser optional</span></span></li>
<li><span><span><a href="_or__P.html" title="parsing alternatives">orP</a> -- parsing alternatives</span></span></li>
<li><span><span><a href="_and__P.html" title="parser conjunction">andP</a> -- parser conjunction</span></span></li>
<li><span><span><a href="__st_sp__Parser.html" title="repetition of a parser">* Parser</a> -- repetition of a parser</span></span></li>
<li><span><span><a href="__pl_sp__Parser.html" title="repetition of a parser at least once">+ Parser</a> -- repetition of a parser at least once</span></span></li>
<li><span><span><a href="___Function_sp_pc_sp__Parser.html" title="transform the value returned by a parser">Function % Parser</a> -- transform the value returned by a parser</span></span></li>
</ul>
</span></li>
<li><span><span><a href="___Parser_sp_co_sp__Analyzer.html" title="combine a parser with a lexical analyzer to make a complete system">Parser : Analyzer</a> -- combine a parser with a lexical analyzer to make a complete system</span></span></li>
</ul>
</span></li>
<li><span><span><a href="_nil.html" title="a symbol a parser may return to indicate acceptance of the empty string of tokens">nil</a> -- a symbol a parser may return to indicate acceptance of the empty string of tokens</span></span></li>
</ul>
</body>
</html>