Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-08 | Expand URIs in reader | David Robillard | 1 | -4/+10 | |
2021-03-08 | Add support for parsing variables | David Robillard | 1 | -1/+3 | |
This adds a reader flag and serdi option for extending a syntax with support for SPARQL-like variables, for storing things like patterns or simple queries. | |||||
2021-03-08 | WIP: Make Reader always read from a ByteSource | David Robillard | 1 | -1/+4 | |
2021-03-08 | Replace serd_reader_set_strict() with SerdReaderFlags | David Robillard | 1 | -1/+2 | |
This makes reader options extensible and should hopefully prevent the need for grafting on more similar functions in the future. | |||||
2021-03-08 | Align node allocations | David Robillard | 1 | -13/+15 | |
2021-03-08 | Add stack overflow tests | David Robillard | 1 | -0/+68 | |