|
4 | 4 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
5 | 5 | <html>
|
6 | 6 | <head>
|
7 |
| - <title>PyBison Walkthrough</title> |
| 7 | + <title>PyBison Walkthrough (OUTDATED!)</title> |
8 | 8 | </head>
|
9 | 9 | <body>
|
10 | 10 | <!--@ @+others-->
|
11 | 11 | <!--@+node:body-->
|
12 |
| - <center>Back to <a href="index.html">PyBison Homepage</a></center> |
13 |
| - |
14 |
| - <h1>PyBison Walkthrough</h1> |
| 12 | + |
| 13 | + <h1>PyBison Walkthrough (OUTDATED!)</h1> |
15 | 14 |
|
16 | 15 | <!--@+others-->
|
17 | 16 | <!--@+node:intro-->
|
@@ -54,7 +53,7 @@ <h2>1. Procure Grammar and Scanner Scripts</h2>
|
54 | 53 | <h3>1.1. Introducing the bison2py Utility</h3>
|
55 | 54 | <blockquote>
|
56 | 55 |
|
57 |
| - bison2py munges your new (or legacy) grammar (.y) and scanner (.l) files, and |
| 56 | + bison2py munges your legacy grammar (.y) and scanner (.l) files, and |
58 | 57 | generates a new Python file containing classes and unit test code for your
|
59 | 58 | PyBison parser.<br>
|
60 | 59 | <br>
|
@@ -343,8 +342,6 @@ <h3>1.4. Doing The Conversion</h3>
|
343 | 342 |
|
344 | 343 | <!--@-node:1. procure grammar/scanner scripts-->
|
345 | 344 | <!--@+node:2. prepare parser class-->
|
346 |
| - <a name="chap2"> |
347 |
| - |
348 | 345 | <h2>2. Prepare Your Parser Class</h2>
|
349 | 346 |
|
350 | 347 | <blockquote>
|
@@ -804,7 +801,7 @@ <h3>2.8. Add Flex Script</h3>
|
804 | 801 | """
|
805 | 802 | </pre></b>
|
806 | 803 |
|
807 |
| - <blockquote style=""color:#900000"><big><b>NOTE</b> - if you are using recent versions of flex (ie, the ones which violate |
| 804 | + <blockquote style="color:#900000"><big><b>NOTE</b> - if you are using recent versions of flex (ie, the ones which violate |
808 | 805 | the ANSI standards for lex/flex), you'll have to change the lexing code above;
|
809 | 806 | removing the line <b>int yylineno = 0;</b></big></blockquote><br>
|
810 | 807 | <br>
|
@@ -1020,10 +1017,6 @@ <h2>5. Conclusion</h2>
|
1020 | 1017 |
|
1021 | 1018 | </blockquote>
|
1022 | 1019 |
|
1023 |
| - <!--@-node:5. conclusion--> |
1024 |
| - <!--@-others--> |
1025 |
| - <hr> |
1026 |
| - <address><a href="mailto:david@freenet.co.nz">David McNab</a></address> |
1027 | 1020 | <!-- Created: Fri Apr 23 01:27:41 NZST 2004 -->
|
1028 | 1021 | <!-- hhmts start -->
|
1029 | 1022 | <!-- hhmts end -->
|
|
0 commit comments