Commit Graph

16 Commits

Author SHA1 Message Date
Benedikt Peetz 6d6ce82451
chore(version): v0.2.1 2024-05-18 21:21:39 +02:00
Benedikt Peetz 70bc60055f
build(Cargo.toml): Use correct category slugs 2024-05-18 21:21:11 +02:00
Benedikt Peetz d9ceb571d2
fix(src): Rename `TrinitryInvokation` to just `Trinitry` for simplicity 2024-05-18 21:21:05 +02:00
Benedikt Peetz 7dd5da97f6
docs(src): Improve rendering of quotation marks
I have used a unicode lookalike for the single quote, as the normal
latex way to include it is not supported by katex (`\textquotesingle`).
2024-05-18 19:56:22 +02:00
Benedikt Peetz 9be2b973f0
chore(version): v0.2.0 2024-05-18 17:00:50 +02:00
Benedikt Peetz 732037c4a9
feat(src): Actually allow access to the parsed values via getters 2024-05-18 16:58:00 +02:00
Benedikt Peetz 227cfe5e97
refactor(src): Make the parsing code private to ensure only one entry point 2024-05-18 16:47:59 +02:00
Benedikt Peetz a088388e19
docs(src): Improve the text regarding the allowed chars in an argument
The previous text seemed to suggest, that you could only use the special
chars if the argument was actually quoted, which was misleading.
2024-05-18 16:38:48 +02:00
Benedikt Peetz fb01d5b16f chore(version): v0.1.0 2024-05-03 19:27:38 +02:00
Benedikt Peetz 9c7024553c build(cog): Remove `nix flake check` step as nix can't handle pest 2024-05-03 19:27:01 +02:00
Benedikt Peetz 4f26a1e8f5 fix(Cargo.lock): Check in, to make the build reproducible 2024-05-03 19:25:58 +02:00
Benedikt Peetz 45dc6b6c44 fix(Cargo.toml): Add required metadata 2024-05-03 19:24:21 +02:00
Benedikt Peetz 3b5c35c0c4 chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00
Benedikt Peetz 4fc61b2398 build(treewide): Update tooling to be ready for the first release 2024-05-03 16:40:06 +02:00
Benedikt Peetz 6b0bb9c505
chore(treewide): Add license headers 2023-12-23 22:24:41 +01:00
Benedikt Peetz 426d4c3ecb
chore: Initial commit
The commits leading to this point are documented in the core trinitrix
repository before the extraction of trinitry
2023-12-23 22:24:14 +01:00