Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Leave statement caret at the start of literals | David Robillard | 1 | -1/+4 | |
This allows a precise location to be reported for errors within literals, by adding the offset of the error in the literal to the caret. This will be used to report nice errors for things like regular expressions and supported XSD datatypes. | |||||
2023-12-02 | [WIP] Add support for reading and writing variables | David Robillard | 1 | -2/+15 | |
[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 | Simplify input stream API | David Robillard | 1 | -2/+2 | |
2023-12-02 | Simplify reading code with TRY_LAX macro | David Robillard | 1 | -14/+14 | |
2023-12-02 | Separate Turtle and TriG reading code | David Robillard | 1 | -0/+1038 | |