checkpoint
[sbp.git] / src / edu / berkeley / sbp / package.html
1 <body>
2 <p>
3 <b>
4   <font color=red>IMPORTANT:</font>
5      BE SURE TO READ THE FILE
6      <tt><font size=big><a href=../../../../jargon.txt>doc/jargon.txt</a></big></tt> FIRST!<br> Also, see the legend at the bottom of this page.
7 </b>
8 </p>
9
10 <p>
11 This package forms the stable core of the SBP API  Classes fall into
12 five categories:
13
14 <ul> <li> <font color=green>Elements of the grammar</font> -- the
15           pieces from which a grammar is composed.
16
17      <li> <font color=purple>Input, Location, and Region</font> -- the
18           input to be parsed, as well as classes for describing
19           locations and regions of that input.
20
21      <li> Parser -- the engine that actually performs the parsing
22           process.
23
24      <li> <font color=blue>Trees and Forests</font> -- used to
25           represent the output of the parsing process.
26
27      <li> Exceptions.
28 </ul>
29 </p>
30           
31 </body>