Converted to use flex for tokenizing input so we can use an easier to
authorReid Spencer <rspencer@reidspencer.com>
Sat, 14 Aug 2004 09:37:15 +0000 (09:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 14 Aug 2004 09:37:15 +0000 (09:37 +0000)
commit68fb37ad67d59051585cb7245f802f5c753c074f
tree043a3f6ce28486c1eed6210bf69f69a8116393fb
parenta3f185577ceff0648a252d1db1dec9a822f0659c
Converted to use flex for tokenizing input so we can use an easier to
understand recursive descent parser, we can easily handle more syntax
variety, and we can more easily change the configuration items accepted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15732 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp
tools/llvmc/CompilerDriver.h
tools/llvmc/ConfigData.cpp
tools/llvmc/ConfigData.h
tools/llvmc/ConfigLexer.h [new file with mode: 0644]
tools/llvmc/ConfigLexer.l [new file with mode: 0644]
tools/llvmc/Configuration.cpp
tools/llvmc/Configuration.h
tools/llvmc/llvmc.cpp