aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-27Add SerdSinkInterface and hide implementationsDavid Robillard1-8/+8
2018-05-27Clean up and separate internal headersDavid Robillard1-1/+3
2018-05-27Merge datatype and/or language into nodeDavid Robillard1-2/+10
This moves closer to the sord API, and is more convenient in most cases.
2018-05-27Simplify reader interfaceDavid Robillard1-12/+16
2018-05-27Use opaque node APIDavid Robillard1-12/+16
2018-05-27Use char* for strings in public APIDavid Robillard1-1/+1
The constant casting just makes user code a mess, for no benefit.
2018-05-25Fix reported error when reading statements with only a blank nodeDavid Robillard1-1/+1
2018-04-19Fix growing stack when parsing TriG files with many graphsDavid Robillard1-0/+3
2018-04-18Fix potential memory errors when the reader stack growsDavid Robillard1-2/+3
This fixes possible segfaults for inputs that push a lot to the stack, like files with deeply nested or very large nodes.
2018-03-08Fix parsing local names that end with escaped dotsDavid Robillard1-3/+5
2018-03-08Fix comment typoDavid Robillard1-1/+1
2018-02-04Factor out syntax-specific reader implementationDavid Robillard1-0/+1490