From 5abc36c00c4f47712b104ed610b8fecd19424f57 Mon Sep 17 00:00:00 2001 From: Meyer Simon Date: Tue, 11 Feb 2025 16:30:25 -0500 Subject: [PATCH] Carl told me that we will be treating string as an ID so I removed it. t#07 --- lexicalStructure.lex | 1 - 1 file changed, 1 deletion(-) diff --git a/lexicalStructure.lex b/lexicalStructure.lex index 2fb6388..f31ebfd 100644 --- a/lexicalStructure.lex +++ b/lexicalStructure.lex @@ -16,7 +16,6 @@ "address" {return T_ADDRESS} "Boolean" {return T_BOOLEAN} "character" {return T_CHARACTER} -"string" {return T_STRING} /* KEYWARDS */