summaryrefslogtreecommitdiffstats
path: root/ctok_token.h
Commit message (Collapse)AuthorAgeFilesLines
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-2/+2
| | | | rsyslog (now) and also much easier to type
* begun expr compile process, first steps doneRainer Gerhards2008-02-201-0/+1
|
* - added "contains" and "startwith" comparison operationsRainer Gerhards2008-02-201-2/+7
| | | | - defined initial set of opcodes
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-8/+12
| | | | - improved ABNF a bit
* created new class ctok_tokenRainer Gerhards2008-02-201-0/+69