summaryrefslogtreecommitdiffstats
path: root/ctok.c
Commit message (Expand)AuthorAgeFilesLines
* 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