aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-25Remove reader status and handle errors more preciselyDavid Robillard1-29/+26
2018-11-25Simplify streaming API and improve pretty printingDavid Robillard1-11/+6
2018-11-25Make reader return failure when no statement is readDavid Robillard1-1/+1
2018-11-25Fix warningsDavid Robillard1-3/+2
2018-11-25Make SerdSink opaqueDavid Robillard1-0/+1
2018-11-25Clean up reader error handlingDavid Robillard1-319/+356
2018-11-25Zero node padding before passing to reader sinksDavid Robillard1-3/+6
2018-11-25Remove datatype and language from reader contextDavid Robillard1-28/+17
2018-11-25Remove unused parameters from emit_statementDavid Robillard1-6/+5
2018-11-25Simplify stack management by popping in bulk at higher levelsDavid Robillard1-48/+40
2018-11-25Use fixed size stackDavid Robillard1-146/+175
2018-11-25Clean up includes and improve source file separationDavid Robillard1-8/+7
2018-11-25Add SerdSink interface and hide individual function implementationsDavid Robillard1-8/+8
2018-11-25Clean up and separate internal headersDavid Robillard1-1/+3
2018-11-25Merge datatype and/or language into nodeDavid Robillard1-2/+10
2018-11-25Simplify reader interfaceDavid Robillard1-12/+16
2018-11-25Use opaque node APIDavid Robillard1-12/+16
2018-11-25Use char* for strings in public APIDavid Robillard1-1/+1
2018-11-11Fix missing parse error messagesDavid Robillard1-1/+4
2018-10-03Fix colliding blank nodes when parsing TriGDavid Robillard1-1/+1
2018-09-16Use strtoul instead of sscanf for converting hexDavid Robillard1-2/+3
2018-09-04Fix fallthrough warnings with GCC8David Robillard1-0/+3
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
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