From d8c8ed9be92c35011264f7ec0ef3f1adb3f874a8 Mon Sep 17 00:00:00 2001 From: dmose Date: Wed, 20 Aug 2003 04:46:22 +0000 Subject: [PATCH] Checkpointing preprocessor work. Color datatype, webcolor literals, and float constants are now working. Constructor-style casts are in progress. --- app/PdePreprocessor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/PdePreprocessor.java b/app/PdePreprocessor.java index 0e1e9e9f2..a79d23499 100644 --- a/app/PdePreprocessor.java +++ b/app/PdePreprocessor.java @@ -106,6 +106,7 @@ public class PdePreprocessor { // create the filter for hidden tokens and specify which tokens to // hide and which to copy to the hidden text + // filter = new TokenStreamCopyingHiddenTokenFilter(lexer); filter.hide(PdeRecognizer.SL_COMMENT); filter.hide(PdeRecognizer.ML_COMMENT); @@ -129,7 +130,7 @@ public class PdePreprocessor { // start parsing at the compilationUnit non-terminal // - parser.compilationUnit(); + parser.pdeProgram(); // get ready to traverse the AST //