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.
如何使用 Alex 作为词法分析器,然后将令牌输入 Parsec 进行解析?
有没有例子?
我认为 Alex 用于词法分析比 Parsec 更好(也更容易?),但 Parsec 似乎比 Happy 更容易进行解析。他们可能会成为一个很好的组合。
是的你可以; 请参阅sinan对相关问题的回答,该问题还链接到示例代码。其他人也走上了这条路。