commit | 88349b22caa0ab0b44188dbb9e002549aadb0590 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Feb 22 19:10:25 2010 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Mon Feb 22 19:10:25 2010 -0800 |
tree | e308a20dca7272e48a4de3539708e0f0cf2c3d9a | |
parent | 89227f6ce40aa34d77fb61edbd32e522afc6e493 [diff] |
Add ast_expression_bin subclass of ast_expression The ast_expression_bin subclass is used for all binary expressions such as addition, subtraction, and comparisons. Several other subclasses are soon to follow.