Add ast_expression_bin subclass of ast_expression
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Feb 2010 03:10:25 +0000 (19:10 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Feb 2010 03:10:25 +0000 (19:10 -0800)
commit88349b22caa0ab0b44188dbb9e002549aadb0590
treee308a20dca7272e48a4de3539708e0f0cf2c3d9a
parent89227f6ce40aa34d77fb61edbd32e522afc6e493
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.
Makefile
ast.h
ast_expr.cpp [new file with mode: 0644]
glsl_parser.y
glsl_parser_extras.cpp