summaryrefslogtreecommitdiffstats
path: root/doc/expression.html
Commit message (Collapse)AuthorAgeFilesLines
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-1/+1
| | | | - implemented, simpstr, var, number in tokenizer
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-191-1/+1
|
* - added doc on how expressions will workRainer Gerhards2008-02-191-0/+24
- cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros