zkp-ld / rdf-canon

A Rust implementation of the RDF Dataset Canonicalization algorithm version 1.0 (RDFC-1.0) compatible with Oxigraph and Oxrdf. The purpose of this implementation is only to understand and evaluate the specification and is not intended for production use.
MIT License
9 stars 1 forks source link

Complete N-Quads parser to pass the test060 #1

Closed yamdan closed 1 year ago

yamdan commented 1 year ago

The current implementation of N-Quads parser is so lazy that the test060 is failed. We should enhance the parser to pass all the tests.