summaryrefslogtreecommitdiff
path: root/src/ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.ml')
-rw-r--r--src/ast.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.ml b/src/ast.ml
index 48a2de3..8c25853 100644
--- a/src/ast.ml
+++ b/src/ast.ml
@@ -42,6 +42,7 @@ and expr_desc =
| ENull
| EThis
| EIdent of ident
+ | EQIdent of tident * ident (* class * member name *)
| EAssign of expression * expression
| ECall of expression * expression list
| EUnary of unop * expression