Lexer and Parser Generators for Common Lisp [close

2019-06-18 05:33发布

Can you recommend lexer and parser generators for Common Lisp? I have seen the following lists on CLiki, but most on the lists seem to be in their alpha stages:

So it would be helpful if you could share your good or bad experience with any of them or recommend other alternatives. I prefer a tool which is similar to traditional lex/yacc tools for other languages, but other approaches will be also welcome.

1条回答
▲ chillily
2楼-- · 2019-06-18 06:00

There is smug (documentation), which provides "functional" parsers that are supposedly similar to some of Haskell's parsing libraries.

Also, if you're looking for Lex/Yacc style parsing, look into lispbuilder, which has lexer and yacc packages that seem mature.

查看更多
登录 后发表回答