« Prev 4.3.3.14 The Size Builder | Table of Contents | Next » 4.3.4 Phony Targets |
env.Yacc(target, source) # Example env.Yacc("^/parser.c", "parser.y")
The Yacc
builder will generate a source file from a yacc (.y, .yy)
input file.
« Prev 4.3.3.14 The Size Builder | Table of Contents | Next » 4.3.4 Phony Targets |