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