summaryrefslogtreecommitdiffstats
path: root/vmop.h
Commit message (Collapse)AuthorAgeFilesLines
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-14/+16
| | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-0/+1
|
* begun implementing rsyslog virtual machine (vm class)Rainer Gerhards2008-02-221-1/+2
|
* - modified parser and tokenizer to support slight ABNF modifications fromRainer Gerhards2008-02-211-0/+1
| | | | | | | yesterday - change in ABNF was wrong - made a slightly different change - fixed bugs in tokenizer - expression compiler finished (except bugs, of course ;))
* some more interface changesRainer Gerhards2008-02-211-5/+3
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-1/+0
| | | | class loading)
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-8/+16
| | | | class loading)
* begun expr compile process, first steps doneRainer Gerhards2008-02-201-2/+6
|
* used new classes in expr.cRainer Gerhards2008-02-201-0/+1
|
* created initial vmprg classRainer Gerhards2008-02-201-0/+1
|
* - added "contains" and "startwith" comparison operationsRainer Gerhards2008-02-201-1/+24
| | | | - defined initial set of opcodes
* added vmop class (stage for expression execution)Rainer Gerhards2008-02-201-0/+50