From 18dde2cb7fc530ec98ea3aa88e842c8a7b90aff3 Mon Sep 17 00:00:00 2001 From: Nicolas Amaya Date: Sat, 27 Sep 2025 00:06:03 -0600 Subject: [PATCH] lil test --- ExprSyntactic.g4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ExprSyntactic.g4 b/ExprSyntactic.g4 index 841e379..ba6f46e 100644 --- a/ExprSyntactic.g4 +++ b/ExprSyntactic.g4 @@ -199,3 +199,4 @@ variableDeclarator: identifier variableDeclaratorsRest; constantDeclarator: identifier constantDeclaratorRest; +//Little git test