Index: src/ast.h |
=================================================================== |
--- src/ast.h (revision 3181) |
+++ src/ast.h (working copy) |
@@ -164,7 +164,10 @@ |
enum Context { |
kUninitialized, |
kEffect, |
- kValue |
+ kValue, |
+ kTest, |
+ kValueTest, |
William Hesse
2009/10/30 12:09:39
Bigendian nomenclature: effect(true) ## effect(fal
Kevin Millikin (Chromium)
2009/10/30 13:45:53
There'll be a big comment here explaining the whol
|
+ kTestValue |
}; |
Expression() : context_(kUninitialized) {} |