From 7755f0908a8037c99fb3e9cc9cc0f3a546571931 Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Mon, 28 Mar 2022 19:12:28 +0200
Subject: [PATCH] add comment

Signed-off-by: Michael Leuschel <leuschel@uni-duesseldorf.de>
---
 src/main/resources/org/sablecc/sablecc/parser.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/org/sablecc/sablecc/parser.txt b/src/main/resources/org/sablecc/sablecc/parser.txt
index bc4f661..8d1dc23 100644
--- a/src/main/resources/org/sablecc/sablecc/parser.txt
+++ b/src/main/resources/org/sablecc/sablecc/parser.txt
@@ -291,6 +291,7 @@ Macro:ParserCommon
         {
             while(index(this.lexer.peek()) == -1)
             {
+                // this is an ignored token
                 this.lexer.next();
             }
 
-- 
GitLab