On Nov 18, 2010, at 11:00 AM, Peter Keen wrote: > On a further note, where would I go in the source to learn about the > filter language? I've seen people post snippets but as far as I can > tell there's no comprehensive docs yet, and my shallow dives into the > source haven't turned up anything useful.
The value expression parser is found in parser.cc. The tokenizer is in token.cc. John
