From 983628cdbc295d7d0f841424a45e2e8c2454f600 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Jun 2015 14:11:47 +0300 Subject: Add parsing node LSHIFT_EXPR. --- src/includes/nodeshandling.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/includes/nodeshandling.inc') diff --git a/src/includes/nodeshandling.inc b/src/includes/nodeshandling.inc index 2806797..3ecd7c5 100644 --- a/src/includes/nodeshandling.inc +++ b/src/includes/nodeshandling.inc @@ -67,3 +67,4 @@ handleNodeType(COMPONENT_REF, ComponentRef) handleNodeType(CLEANUP_STMT, CleanupStmt) handleNodeType(TRY_CATCH_EXPR, TryCatchExpr) handleNodeType(RSHIFT_EXPR, RShiftExpr) +handleNodeType(LSHIFT_EXPR, LShiftExpr) -- cgit v1.2.3-60-g2f50