Brad King
|
89a8261f68
ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy to avoid conflict with other lexers that may be added.
|
hace 21 años |
Brad King
|
bc26a216b4
BUG#1179: Fix for syntax in unquoted arguments.
|
hace 21 años |
Brad King
|
486a26d3db
BUG#1049: Added error message when file ends in an unterminated string.
|
hace 21 años |
Brad King
|
2716ac3966
BUG: Fixed parsing of unquoted arguments to allow double-quotes within the argument.
|
hace 21 años |
Brad King
|
5473791b4b
ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as input.
|
hace 21 años |
Brad King
|
cf42225c0b
ERR: Removed YY_BREAK statements after return statements because they are unreachable.
|
hace 22 años |
Brad King
|
c85e16450d
ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLexerAppend definitions.
|
hace 22 años |
Brad King
|
6df489c471
ERR: We must define YY_NO_UNISTD_H to build on windows.
|
hace 22 años |
Brad King
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
hace 22 años |