From 5f148b96e2e2ce0c50db349cc45b912fcc61ffbb Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 20 Dec 2013 18:20:40 +0100 Subject: =?UTF-8?q?Impl=C3=A9mentation=20de=20l'h=C3=A9ritage=20multiple?= =?UTF-8?q?=20(au=20niveau=20du=20typage)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ast.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast.ml') 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 -- cgit v1.2.3