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.
我需要为以 ABNF 格式编码的协议创建解析器。我倾向于使用 boost::spirit 来完成这项任务。我阅读了文档,但我仍然不确定最有效的方法是什么。
据我了解,最好为所有终端符号创建一个词法分析器并使用 qi 解析输入。那正确吗?