jdt-core-home/howto/generate parser/generateParser.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8, Thu Oct 12 19:09:57 2006 UTC revision 1.9, Mon Oct 16 15:42:10 2006 UTC
# Line 41  Line 41 
41  </PRE>  </PRE>
42          into a file called <font color="#3366FF">java.g</font>. It is important to add a carriage return at the end of the last line.          into a file called <font color="#3366FF">java.g</font>. It is important to add a carriage return at the end of the last line.
43          You can save this file where you want, we will assume from thereon you saved it in <code>d:\temp\</code>.          You can save this file where you want, we will assume from thereon you saved it in <code>d:\temp\</code>.
44          <!-- Also make sure that the file has Unix-style end-of-line characters (i.e., not those of MS-DOS), as the parser generator is quite picky about this. -->          If the end-of-line of the environment of the C compiler used to build jikespg is different from the one used when running the executable, you might end up with an exception at runtime.
45            Be sure to used consistent end-of-line characters.
46          </blockquote>          </blockquote>
47          </td>          </td>
48  </tr>  </tr>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9