Commit graph

21 commits

Author SHA1 Message Date
d7d034757a Adopt and apply nightly rustfmt configuration 2026-02-16 16:19:27 -03:00
b890eb93f1 Scaffold table token 2026-02-16 13:57:14 -03:00
aa41e33ced Implement verse token, scaffold quote token 2026-02-08 14:52:16 -03:00
7e9f3c3afb Minor refactorings, doc comments 2026-01-19 01:53:43 -03:00
5151c53a2b Expand test coverage 2026-01-19 01:45:54 -03:00
db8c02df04 Break up 'types' module 2026-01-12 14:45:37 -03:00
3fa399c317 Make anchors aware of the nodes they point to 2026-01-11 08:15:02 -03:00
5958f1551b Expand test coverage 2026-01-10 05:42:36 -03:00
dfdc631600 Implement checkbox 2026-01-07 11:11:14 -03:00
0d910634c6 Implement underline and strikethrough tokens 2026-01-06 23:10:33 -03:00
1faa0d5c3b Implement bold token 2026-01-06 18:55:26 -03:00
0ec784034a Implement list token 2026-01-06 18:51:53 -03:00
5a7557ba7d Handle Anchor edge cases involving punctuation 2026-01-05 19:39:56 -03:00
735b58866c Make lexeme and token logging more concise 2026-01-05 11:10:50 -03:00
8d204503a8 Derive Debug and Clone for tokens and parser state 2026-01-02 14:30:36 -03:00
8ee0ad7977 Add Oblique token 2026-01-01 21:58:39 -03:00
bb5dde6c2e Fix closing of EOF open preformat context 2026-01-01 21:51:41 -03:00
e50bbd468d Add tests for the content syntax parser 2025-12-26 04:20:10 -03:00
8b782d6d20 Rework token segmentation 2025-12-23 21:53:56 -03:00
e3d5686c7b Simplify parser module structure, add several syntax elements 2025-12-20 21:25:06 -03:00
198bc12507 Add word-level parsing 2025-12-18 11:35:08 -03:00