8000 CXXFile() · SCons/scons Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Mats Wichmann edited this page Nov 7, 2019 · 3 revisions

CXXFile() builds a lexer from a lex file, typically ending with .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.

Clone this wiki locally
0