« Prev 4.3.3.1 The Command Builder | Table of Contents | Next » 4.3.3.3 The Copy Builder |
env.CFile(target, source) # Example env.CFile("^/parser/parser.c", "parser.y")
The CFile
builder will generate a C or C++ source file from a lex (.l, .ll)
or yacc (.y, .yy) input file.
« Prev 4.3.3.1 The Command Builder | Table of Contents | Next » 4.3.3.3 The Copy Builder |