-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsta.html
63 lines (51 loc) · 1.81 KB
/
msta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
<TITLE>MSTA (syntax description translator)</TITLE>
<LINK HREF="msta-1.html" REL=next>
</HEAD>
<BODY>
<A HREF="msta-1.html">Next</A>
Previous
Contents
<HR>
<H1>MSTA (syntax description translator)</H1>
<H2>Vladimir Makarov, <CODE>[email protected]</CODE></H2>May 5, 1999
<HR>
<EM>This document describes MSTA (translator of syntax description of a language
into code for parsing programs on the language).</EM>
<HR>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="msta-1.html">Introduction</A></H2>
<P>
<H2><A NAME="toc2">2.</A> <A HREF="msta-2.html">MSTA description language</A></H2>
<UL>
<LI><A NAME="toc2.1">2.1</A> <A HREF="msta-2.html#ss2.1">Layout of MSTA description</A>
<LI><A NAME="toc2.2">2.2</A> <A HREF="msta-2.html#ss2.2">Declarations</A>
<LI><A NAME="toc2.3">2.3</A> <A HREF="msta-2.html#ss2.3">Rules</A>
</UL>
<P>
<H2><A NAME="toc3">3.</A> <A HREF="msta-3.html">Generated code</A></H2>
<UL>
<LI><A NAME="toc3.1">3.1</A> <A HREF="msta-3.html#ss3.1">C code</A>
<LI><A NAME="toc3.2">3.2</A> <A HREF="msta-3.html#ss3.2">C++ code</A>
</UL>
<P>
<H2><A NAME="toc4">4.</A> <A HREF="msta-4.html">Implementation</A></H2>
<P>
<H2><A NAME="toc5">5.</A> <A HREF="msta-5.html">MSTA Usage</A></H2>
<P>
<H2><A NAME="toc6">6.</A> <A HREF="msta-6.html">Future of MSTA development</A></H2>
<P>
<H2><A NAME="toc7">7.</A> <A HREF="msta-7.html">Appendix 1 - Syntax of MSTA description file (YACC description)</A></H2>
<P>
<H2><A NAME="toc8">8.</A> <A HREF="msta-8.html">Appendix 2 - Example of MSTA scanner description file</A></H2>
<P>
<H2><A NAME="toc9">9.</A> <A HREF="msta-9.html">Appendix 3 - Run of MSTA on the previous description file</A></H2>
<HR>
<A HREF="msta-1.html">Next</A>
Previous
Contents
</BODY>
</HTML>