You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface `PropositionalFormulaParser` only ever had the one default
instance. Furthermore, there are no real use cases to change its
behaviour without changing the only user of it,
`PreprocessorAnnotationParser`, because the string syntax couples them
very extremely.
Note that the `WontfixTestCases` are actually parsed correctly by now.
* @param annotationPattern Pattern that is used to identify the AnnotationType of a given annotation; {@link #CPP_PATTERN} provides an example
68
-
* @param formulaParser Parser that is used to parse propositional formulas in conditional annotations (e.g., the formula <code>f</code> in <code>#if f</code>).
69
-
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation that is then given to the formulaParser.
57
+
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation
* Creates a new preprocessor annotation parser for C preprocessor annotations.
79
66
*
80
-
* @param formulaParser Parser that is used to parse propositional formulas in conditional annotations (e.g., the formula <code>f</code> in <code>#if f</code>).
81
-
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation that is then given to the formulaParser.
67
+
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation
* Creates a new preprocessor annotation parser for <a href="https://www.slashdev.ca/javapp/">JavaPP (Java PreProcessor)</a> annotations.
89
75
*
90
-
* @param formulaParser Parser that is used to parse propositional formulas in conditional annotations (e.g., the formula <code>f</code> in <code>#if f</code>).
91
-
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation that is then given to the formulaParser.
76
+
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation
0 commit comments