leo/grammar
Alessandro Coglio f19af30f0e [ABNF] Fix rule for affine group literals.
This was

affine-group-literal = "(" group-coordinate "," group-coordinate ")" %s"group"

instead of

affine-group-literal = "(" group-coordinate "," group-coordinate %s")group"

(note the different ending).

This change should have been part of the PR for whitespace in group literals,
but apparently I failed to do that, along with the other changes.

This commit rectifies that omission.
2021-04-06 16:39:07 -07:00
..
src last bit of clippy, push grammar md it should now be in the repo 2021-03-31 13:22:25 -04:00
.gitattributes make sure we keep crlf for abnf grammar file 2021-03-22 15:12:33 -04:00
abnf-grammar.md [ABNF] Remove explicit author info, as discussed. 2021-04-05 21:55:19 -07:00
abnf-grammar.txt [ABNF] Fix rule for affine group literals. 2021-04-06 16:39:07 -07:00
Cargo.toml Bump abnf from 0.10.0 to 0.10.1 2021-04-05 10:40:52 +00:00