• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

programming language


Commit MetaInfo

Revision77182b2ad8140416e30287c6fa599c78fbc754f8 (tree)
Time2023-03-15 22:59:56
Authordhrname <dhrname@joes...>
Commiterdhrname

Log Message

Modify the setFirstSetBySymbolId member function

Change Summary

Incremental Difference

Binary files a/bin/obj/main.o and b/bin/obj/main.o differ
--- a/include/phrase.hpp
+++ b/include/phrase.hpp
@@ -1312,6 +1312,10 @@ namespace jstr
13121312 * BNF定義を元にFIRST集合を求める*/
13131313 virtual std::unordered_set<int32_t>& getFirstSet();
13141314
1315+ /*setFollowSetBySymbolId メンバ関数
1316+ * 非終端記号を示す引数nextidを元にFOLLOW集合を設定する*/
1317+ virtual void setFollowSetBySymbolId(const int32_t);
1318+
13151319 /*getFollowSet メンバ関数
13161320 * BNF定義を元にFOLLOW集合を求める*/
13171321 virtual std::unordered_set<int32_t>& getFollowSet();