summaryrefslogtreecommitdiffstats
path: root/ctok.c
Commit message (Expand)AuthorAgeFilesLines
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-3/+3
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-1/+1
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-1/+5
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-0/+3
* simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-2/+2
* - modified parser and tokenizer to support slight ABNF modifications fromRainer Gerhards2008-02-211-1/+5
* changed tokenizer to utilize var class instead of scalar typesRainer Gerhards2008-02-211-13/+23
* some more interface changesRainer Gerhards2008-02-211-6/+39
* - added "contains" and "startwith" comparison operationsRainer Gerhards2008-02-201-0/+4
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-4/+2
* 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