Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /trunk/doc/glossary/entries/sid.xml – Rev 6

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
<?xml version="1.0" standalone="no"?>
2
<!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4
 
5
<!--
6
  $Id$
7
-->
8
 
9
<glossentry>
10
  <glossterm>Syntax Improving Device</glossterm>
11
  <acronym>SID</acronym>
12
 
13
  <glossdef>
14
    <para>
15
      <emphasis>sid</emphasis> is an LL(1) parser generator
16
      with a long history (the original version dates back to
17
      the mid-sixties!). As well as the normal rule
18
      transformations it provides powerful techniques for
19
      call-outs in circumstances where a non-trivial
20
      look-ahead is required (essential for languages like C++),
21
      and for error recovery.
22
    </para>
23
 
24
    <!-- TODO see also: user/guides/sid -->
25
    <glossseealso otherterm="parsergeneration"/>
26
  </glossdef>
27
</glossentry>