This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/docs
Benedikt Peetz 849ea21b03
fix(src/parsing): Remove the extra `error` attribute keyword
This keyword marked an enum as being an error, which is exactly what
`derive(Error)` already does. Thus this extra attribute keyword has been
removed and the `error` name has been used to rename the `msg` attribute
keyword, to be in-line with what `thiserror` does.
2024-05-19 14:03:10 +02:00
..
generate_docs.sh fix(docs/generate_docs): Cd into the correct directory to make ebnf2pdf work 2024-03-27 10:21:50 +01:00
grammar.ebnf fix(src/parsing): Remove the extra `error` attribute keyword 2024-05-19 14:03:10 +02:00
grammar.pdf docs(grammar.ebnf): Don't reimplement already specified rules 2024-03-27 10:21:06 +01:00