Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - wrote doc on how to use the expression engine | Rainer Gerhards | 2008-02-28 | 1 | -1/+3 |
* | added string concatenation operator & to RainerScript | Rainer Gerhards | 2008-02-25 | 1 | -0/+1 |
* | changed tokenizer to utilize var class instead of scalar types | Rainer Gerhards | 2008-02-21 | 1 | -4/+5 |
* | some more interface changes | Rainer Gerhards | 2008-02-21 | 1 | -7/+12 |
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -2/+2 |
* | begun expr compile process, first steps done | Rainer Gerhards | 2008-02-20 | 1 | -0/+1 |
* | - added "contains" and "startwith" comparison operations | Rainer Gerhards | 2008-02-20 | 1 | -2/+7 |
* | - basic implementation of expression parser parsing done | Rainer Gerhards | 2008-02-20 | 1 | -8/+12 |
* | created new class ctok_token | Rainer Gerhards | 2008-02-20 | 1 | -0/+69 |