Fix matrix market grammar.
This commit is contained in:
parent
1866d59c4a
commit
f43ab963ad
|
@ -5,7 +5,7 @@ Header = { "%%" ~ (!NEWLINE ~ ANY)* }
|
|||
Shape = { Dimension ~ Dimension ~ Dimension }
|
||||
Document = {
|
||||
SOI ~
|
||||
NEWLINE ~
|
||||
NEWLINE* ~
|
||||
Header ~
|
||||
(NEWLINE ~ Comments)* ~
|
||||
(NEWLINE ~ Shape) ~
|
||||
|
|
Loading…
Reference in New Issue