8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CXXFile() builds a lexer from a lex file, typically ending with .ll.
.ll
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.
lex.yy.cpp
There was an error while loading. Please reload this 10000 page.