-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-grammarArea: The grammar of RustArea: The grammar of RustA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcP-mediumMedium priorityMedium priority
Description
It would be nice to have confidence about what sort of grammar Rust has. One possible way we could do that:
- Extract EBNF from the manual
- Use a script to convert it to whatever format antlr wants
- Run the entire test suite through the both the rustc parser and antlr parser. Where one fails so should the other.
Metadata
Metadata
Assignees
Labels
A-grammarArea: The grammar of RustArea: The grammar of RustA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcP-mediumMedium priorityMedium priority