|
⇤ ← Revision 1 as of 2005-07-16 21:44:07
Size: 264
Comment:
|
← Revision 2 as of 2008-03-12 02:47:03 ⇥
Size: 264
Comment: converted to 1.6 markup
|
| No differences found! | |
CXXFile() builds a lexer from a lex file, typically ending with '.ll'.
## Beginning of script CXXFile( target='lex.yy.cpp', source='parser.ll' );
The result will be a C++ file named 'lex.yy.cpp' which you can then compile and link with your project.
