SmsParser should count empty document as valid
jmrog opened this issue · 0 comments
jmrog commented
The grammar encoded in the SmsParser
currently requires at least one mapping document. As a result, it regards the following document as invalid (returns parse errors):
# This is a comment.
None of the other parsers in millan
have this issue; the SparqlParser
, for example, clearly allows an empty document, a document consisting of only comments, etc.