Development, LinkJune 12, 2006 11:57
An Expression Parser for CodeDom
An Expression Parser for CodeDom
Features
The parser uses a C#-like syntax and can read all of the following:
- Local variables
- Primitives: string, double, int, long, etc.
- Operators: +, -, *, /, >, >=, <, <=, ==, !=, !, &, &&, |, ||, unary -
- Fields
- Properties
- Methods
- Indexes
- Casting with (Type)
- typeof()


