aboutsummaryrefslogtreecommitdiffstats
path: root/src/read_ntriples.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Use more human-readable status codesDavid Robillard1-42/+33
2022-01-28Make blank node prefixing automaticDavid Robillard1-4/+2
Though potentially useful, I don't think the complexity cost of the old interface (both to the implementation and to the user) is worth it. A special tool to transform blank node labels (for example with regular expressions) would be a better approach to this if it's ever needed in the future.
2022-01-28Add a reader flag to disable generated blank label avoidanceDavid Robillard1-2/+4
2022-01-28Simplify reader and writer flagsDavid Robillard1-1/+1
2022-01-28Factor out and expose prefixed name predicatesDavid Robillard1-2/+3
Towards using these in the writer to escape names more precisely.
2022-01-14Preserve long or short quoting from input documentsDavid Robillard1-20/+2
2022-01-14Factor out NQuads readerDavid Robillard1-5/+11
2022-01-14Factor out NTriples readerDavid Robillard1-0/+790