Add support for lex and yacc.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 7 Jan 2002 05:06:56 +0000 (05:06 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 7 Jan 2002 05:06:56 +0000 (05:06 +0000)
commit2ca2f9a8633ff80fc4cf78d30889b21591795f8a
treeed63a7dbe361a5596ea33eddd608129b218a3452
parentf732fda9d0f6957263ef18fb642025662cca265a
Add support for lex and yacc.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@191 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Defaults.py
test/LEX.py [new file with mode: 0644]
test/LEXFLAGS.py [new file with mode: 0644]
test/YACC.py [new file with mode: 0644]
test/YACCFLAGS.py [new file with mode: 0644]