This commit is contained in:
2018-08-11 08:31:03 +02:00
parent 99b43200f4
commit 44d8671ea2
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -87,7 +87,6 @@ def init():
global regular
regular = {
'/*' : 'CSTART',
'*' : 'CMID',
'*/' : 'CEND',
'=' : 'ASSIGN',
'==' : 'EQUAL',