mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-21 11:16:20 +03:00
6 lines
373 B
Markdown
6 lines
373 B
Markdown
I'm convinced nobody actually uses parser generators in Rust:
|
|
* pomelo can't generate lexer (understandable, as it is a port of lemon and lemon can't do this either)
|
|
* pest can't do parse actions, you have to convert your parse tree to ast manually
|
|
* lalrpop can't do comments
|
|
* and the day I wrote the line above it can
|
|
* antlr4rust is untried and requires java to build |