-
- Downloads
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
Showing
- Source/CMakeLists.txt 1 addition, 0 deletionsSource/CMakeLists.txt
- Source/cmListFileCache.cxx 116 additions, 211 deletionsSource/cmListFileCache.cxx
- Source/cmListFileCache.h 0 additions, 19 deletionsSource/cmListFileCache.h
- Source/cmListFileLexer.c 2216 additions, 0 deletionsSource/cmListFileLexer.c
- Source/cmListFileLexer.h 60 additions, 0 deletionsSource/cmListFileLexer.h
- Source/cmListFileLexer.l 326 additions, 0 deletionsSource/cmListFileLexer.l
Loading
Please register or sign in to comment