summaryrefslogtreecommitdiffstats
path: root/ctok.c
Commit message (Expand)AuthorAgeFilesLines
* - modified parser and tokenizer to support slight ABNF modifications fromRainer Gerhards2008-02-211-1/+5
* changed tokenizer to utilize var class instead of scalar typesRainer Gerhards2008-02-211-13/+23
* some more interface changesRainer Gerhards2008-02-211-6/+39
* - added "contains" and "startwith" comparison operationsRainer Gerhards2008-02-201-0/+4
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-4/+2
* added support for C-like inline comments (/* comment... */)Rainer Gerhards2008-02-201-90/+126
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-2/+5
* created new class ctok_tokenRainer Gerhards2008-02-201-2/+45
* implemented function in tokenizerRainer Gerhards2008-02-191-31/+30
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-79/+173
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-191-1/+282
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-0/+87