From f06521a7ae7067949689b3135bfbef6254b6d3b9 Mon Sep 17 00:00:00 2001
From: pycsham <shampuiyanchloe@gmail.com>
Date: Fri, 28 Feb 2020 03:55:28 -0500
Subject: [PATCH] a quick fix for explicit this calls

---
 Scanning.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Scanning.py b/Scanning.py
index 5d86346..4edfe4c 100644
--- a/Scanning.py
+++ b/Scanning.py
@@ -42,7 +42,7 @@ idToTokenDict = dict({
     'return': 'RETURN',
     'short': 'SHORT',
     'static': 'STATIC',
-    'this': 'THIS',
+    # 'this': 'THIS',
     'void': 'VOID',
     'while': 'WHILE',
 
-- 
GitLab