Fix matrix market grammar.

This commit is contained in:
sebcrozet 2018-11-06 19:25:07 +01:00
parent 1866d59c4a
commit f43ab963ad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Header = { "%%" ~ (!NEWLINE ~ ANY)* }
Shape = { Dimension ~ Dimension ~ Dimension }
Document = {
SOI ~
NEWLINE ~
NEWLINE* ~
Header ~
(NEWLINE ~ Comments)* ~
(NEWLINE ~ Shape) ~