Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
parsecを使用したc ++関数のオープンソースパーサー実装はありますか?
インストールが失敗するため、libClang を使用したくありません。
いいえ。
なんで?C++ は解析が非常に困難です。そのため、C 用の純粋な Haskell パーサー (たとえばLanguage.C ) はありますが、既に認識している libclang バインディングを除いて、C++ パーサーはまだ実装されていません。
参考文献: