From d8f2734a4526ad4f0ed2c83d213e907a4373498f Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Fri, 17 Jul 2020 17:31:44 +0200 Subject: [PATCH] update preprocessor --- relast.preprocessor | 2 +- relast2uml.base/src/main/jastadd/scanner/Header.flex | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/relast.preprocessor b/relast.preprocessor index 54af673..2276c32 160000 --- a/relast.preprocessor +++ b/relast.preprocessor @@ -1 +1 @@ -Subproject commit 54af6737685fab0be452f446b70b9842aba89e42 +Subproject commit 2276c320492cc5a6379e0f0f3b4442b521fede31 diff --git a/relast2uml.base/src/main/jastadd/scanner/Header.flex b/relast2uml.base/src/main/jastadd/scanner/Header.flex index 267331b..7c076bf 100644 --- a/relast2uml.base/src/main/jastadd/scanner/Header.flex +++ b/relast2uml.base/src/main/jastadd/scanner/Header.flex @@ -13,5 +13,8 @@ import org.jastadd.relast2uml.parser.Relast2UmlParser.Terminals; %yylexthrow beaver.Scanner.Exception %scanerror Relast2UmlScanner.ScannerError +%x COMMENT +%s DECLARATION + %line %column -- GitLab