svf-lib 1.0.1242 → 1.0.1244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -72,11 +72,11 @@ private:
|
|
|
72
72
|
|
|
73
73
|
GrammarBase::Symbol check_head(GrammarBase::SymbolMap<GrammarBase::Symbol, GrammarBase::Productions>& grammar, GrammarBase::Production& rule);
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
void strTrans(std::string strPro, CFLGrammar *grammar, GrammarBase::Production& normalProd);
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
void getFilledProductions(GrammarBase::Production &prod,const NodeSet& nodeSet, CFLGrammar *grammar, GrammarBase::Productions& normalProds);
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
void removeFirstSymbol(CFLGrammar *grammar);
|
|
80
80
|
};
|
|
81
81
|
|
|
82
82
|
} // End namespace SVF
|