Commit graph

20 commits

Author SHA1 Message Date
6af32696be Apply lints to all targets 2026-03-16 20:45:30 -03:00
9ebd91a589 Move log module to dev::log 2026-03-16 20:02:03 -03:00
5b5541c28f Adopt and apply nightly clippy configuration 2026-02-16 23:37:23 -03:00
d7d034757a Adopt and apply nightly rustfmt configuration 2026-02-16 16:19:27 -03:00
874cac2df1 Implement log levels 2026-01-15 12:07:18 -03:00
5958f1551b Expand test coverage 2026-01-10 05:42:36 -03:00
c53afefb67 Add lexeme 'first' field, refactor and add methods 2026-01-09 21:52:17 -03:00
e42c67676d Implement nested lists 2026-01-09 21:52:17 -03:00
b60151556e Lexeme: Add 'third' field, implement Default, simplify some methods 2026-01-07 10:56:27 -03:00
5a7557ba7d Handle Anchor edge cases involving punctuation 2026-01-05 19:39:56 -03:00
6b739d93c2 Replace all uses and implementations of new() with default() 2026-01-05 13:20:48 -03:00
735b58866c Make lexeme and token logging more concise 2026-01-05 11:10:50 -03:00
9f04a4606c Handle several anchor edge cases 2026-01-03 16:06:16 -03:00
f9ef9a56a1 Centralize definition of delimiters in the segment module 2026-01-02 14:33:25 -03:00
a71a9f4224 Make Lexeme text field private, add last field 2026-01-01 21:58:34 -03:00
e50bbd468d Add tests for the content syntax parser 2025-12-26 04:20:10 -03:00
51047ad11c Fix and document some Anchor Syntax corner cases 2025-12-24 12:20:28 -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