Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
"Simplify" in terms of the operations actually performed. Since we only need
to test for equality here, a simpler comparison with less branching will do.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows parsing documents like "(42) ."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Although serdi still "officially" has a BSD-style interface, meson uses
--version to find the version of executables. So, support that, and also add
--help, since users will often try that for unknown commands.
|
|
|
|
|
|
|
|
|
|
This matches the names used in <https://github.com/w3c/rdf-tests.git>.
|
|
|
|
|
|
|
|
Also clean up and simplify writer context management in general.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|