summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-13 14:08:54 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-13 14:08:54 +0300
commite8d2ea0f00e85c02a26d77545e075138d44e1691 (patch)
treea071efabfaf191ab1479e70ea49301c019712707 /src/includes/nodeshandling.inc
parent51e8be00ecd41374f1561dbc7f02255370e19571 (diff)
downloadparanucker-e8d2ea0f00e85c02a26d77545e075138d44e1691.tar.gz
paranucker-e8d2ea0f00e85c02a26d77545e075138d44e1691.tar.bz2
paranucker-e8d2ea0f00e85c02a26d77545e075138d44e1691.tar.xz
paranucker-e8d2ea0f00e85c02a26d77545e075138d44e1691.zip
Add parsing node RSHIFT_EXPR.
Diffstat (limited to 'src/includes/nodeshandling.inc')
-rw-r--r--src/includes/nodeshandling.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/nodeshandling.inc b/src/includes/nodeshandling.inc
index a3862cd..2806797 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -66,3 +66,4 @@ handleNodeType(REFERENCE_TYPE, ReferenceType)
handleNodeType(COMPONENT_REF, ComponentRef)
handleNodeType(CLEANUP_STMT, CleanupStmt)
handleNodeType(TRY_CATCH_EXPR, TryCatchExpr)
+handleNodeType(RSHIFT_EXPR, RShiftExpr)