Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
kevin
a8c3a33591 cmLex.c : The quoted string matcher now correctly handles escaped double quotes. 2014-01-21 22:35:24 -05:00
kevin
83314506d7 cmLex.h/c : Added optional quoted character token recognizer. 2014-01-06 16:10:05 -05:00
kpl
b4d99528f9 cmLex.h/c : Added cmLexTokenIsUnsigned() and cmLexTokenIsSignlePrecision(). 2013-11-15 16:44:49 -08:00
kevin
18fc1b0a12 cmLex.c: Fixed bug where a '-' with no following digits was interpretted as a integer. 2013-02-25 11:40:37 -08:00
kevin
445824a5ed cmLex.h/c: Additions made to support cmTextFmt.h/c.
Added kReturnUnknownLexFl configuration flag.  If this flag is set
tokens which are not recognized will be returned with the
token id set to kUnknownLexTId.  This is useful for returning all text.

Added kUserDefPriorityLexFl configuration flag.  User defined tokens
take priority even if an identifier (kIdentLexTId) has a longer match.

Added cmLexEnableToken().  This function allows tokens recognizers to be
enabled and disabled.
2013-02-18 14:30:24 -08:00
kevin
3c807d08c9 cmLex.h/.c: Added cmLexFilterFlags() and cmLexSetFilterFlags(). 2013-02-15 21:38:01 -08:00
kpl
dd8ef2dbe6 Makefile.am Added cmTextTemplate.c/h cmText.c/h Added CmTextReplaceFirst() 2012-11-06 13:24:00 -08:00
kevin
b108da1911 Initial commit 2012-10-29 20:52:39 -07:00