HUPO-PSI / mzPAF

mzPAF Peak Annotation Format
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

Grammar rule for unknown series #13

Open douweschulte opened 1 month ago

douweschulte commented 1 month ago

The current rule is:

series_unknown : "?" NUMBER*

This allows things like ?34.56.12.34.567.12 which does not fit in the specification. I would propose to change this to:

series_unknown : "?" DIGIT*