aboutsummaryrefslogtreecommitdiffstats
path: root/src/read_ntriples.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Move read_IRIREF to read_ntriples.cDavid Robillard1-2/+2
Bit of a weird situation this one, since the rule is from NTriples but serd doesn't actually use it in the NTriples parser (since it uses a stricter one instead). Still, I think it makes sense here, and in practice, makes for a more sensible inlining situation.
2023-12-02Factor out and expose prefixed name predicatesDavid Robillard1-8/+0
Towards using these in the writer to escape names more precisely.
2023-12-02Factor out NQuads readerDavid Robillard1-10/+0
2023-12-02Factor out NTriples readerDavid Robillard1-0/+186