Replace the original flex lexer with a hand writen one. This
authorChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 08:46:26 +0000 (08:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 08:46:26 +0000 (08:46 +0000)
commit8e3a8e0452695643d04c21e15c94b802aef81bae
tree9884e80bdb01fa3acb2b692d471f42b06c510032
parentc1819188b6c971b91c680a9a3c077b84a110e5fd
Replace the original flex lexer with a hand writen one.  This
drops a dependency on flex and lets us make future progress more
easily.  Yay for 2 fewer .cvs files to make silly conflicts with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44213 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLLexer.cpp [new file with mode: 0644]
lib/AsmParser/LLLexer.h [new file with mode: 0644]
lib/AsmParser/Lexer.cpp.cvs [deleted file]
lib/AsmParser/Lexer.l [deleted file]
lib/AsmParser/Lexer.l.cvs [deleted file]
lib/AsmParser/Makefile
lib/AsmParser/Parser.cpp
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.y