Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | [WIP] Expand URIs in reader | David Robillard | 2 | -1/+8 | |
This expands relative and prefixed URIs in the reader on the stack, rather than passing them to the caller to be dealt with. This pushes these context-full forms to the edge of the system as much as possible to minimise the headaches they can cause. Towards having stricter guarantees about nodes and eliminating the CURIE node type altogether. | |||||
2023-12-02 | [WIP] Add support for reading and writing variables | David Robillard | 2 | -0/+8 | |
[WIP] Command line option, move later? 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. | |||||
2023-12-02 | Factor out NTriples reader | David Robillard | 3 | -0/+15 | |
2023-12-02 | Remove support for reading Turtle named inline nodes extension | David Robillard | 2 | -9/+0 | |
2023-04-06 | Make URI writing stricter by default | David Robillard | 1 | -0/+30 | |
2023-04-06 | Gracefully handle boolean subject and predicate errors | David Robillard | 6 | -2/+17 | |
2023-04-05 | Add tests for EOF within UTF-8 characters | David Robillard | 3 | -0/+16 | |
2023-04-05 | Clean up remaining stale test suite data | David Robillard | 19 | -299/+306 | |
2023-04-05 | Separate test suites and simplify licensing metadata | David Robillard | 74 | -0/+602 | |