aboutsummaryrefslogtreecommitdiffstats
path: root/src/read_turtle.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02[WIP] Tighten up reader node managementDavid Robillard1-49/+58
2023-12-02Use ZixStringView directlyDavid Robillard1-8/+8
2023-12-02Reuse the same rdf:type node for all "a" abbreviationsDavid Robillard1-3/+2
2023-12-02Split SERD_READ_VERBATIM into two more precise flagsDavid Robillard1-1/+1
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-1/+1
2023-12-02[WIP] Simplify reader and writer flagsDavid Robillard1-1/+1
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard1-4/+6
2023-12-02[WIP] Expand URIs in readerDavid Robillard1-13/+106
2023-12-02[WIP] Move SerdEnv mutation from writer to readerDavid Robillard1-0/+7
2023-12-02[WIP] Preserve long or short quoting from input documentsDavid Robillard1-1/+3
2023-12-02Leave statement caret at the start of literalsDavid Robillard1-1/+4
2023-12-02[WIP] Add support for reading and writing variablesDavid Robillard1-2/+15
2023-12-02Simplify input stream APIDavid Robillard1-2/+2
2023-12-02Simplify reading code with TRY_LAX macroDavid Robillard1-14/+14
2023-12-02Separate Turtle and TriG reading codeDavid Robillard1-0/+1038