Tom Alexander
|
cd1b4ba785
|
Make the tracing macros optional.
|
2023-08-10 20:22:34 -04:00 |
|
Tom Alexander
|
167ffa650c
|
Enable another test.
|
2023-07-14 20:58:11 -04:00 |
|
Tom Alexander
|
27d863b875
|
Fix the simple test by allowing bold to start/end with <> and by capturing trailing whitespace from radio links.
|
2023-07-14 20:55:16 -04:00 |
|
Tom Alexander
|
688779ba40
|
Fix tests.
|
2023-07-14 19:09:54 -04:00 |
|
Tom Alexander
|
cdd3517655
|
Include the trailing space for the bolds.
|
2023-07-14 18:32:16 -04:00 |
|
Tom Alexander
|
7ca8beac5a
|
Allow matching bolds in radio link targets.
|
2023-07-14 18:27:09 -04:00 |
|
Tom Alexander
|
4ba1e63dde
|
Add a test for bold inside a radio target.
|
2023-07-14 18:12:04 -04:00 |
|
Tom Alexander
|
b9a7c3f7f3
|
Fix lifetime issue.
|
2023-07-14 18:04:01 -04:00 |
|
Tom Alexander
|
4966b02b79
|
Expanded rematch_target to 3 lifetimes, no fix.
|
2023-07-14 17:45:20 -04:00 |
|
Tom Alexander
|
e5c1b68b0e
|
Add a basic test showing the radio link rematching working on plain text.
rust-test Build rust-test has failed
|
2023-07-14 16:51:23 -04:00 |
|
Tom Alexander
|
66ae70e790
|
Implement the rematch target parser.
|
2023-07-14 16:32:52 -04:00 |
|
Tom Alexander
|
0014dfc21f
|
Implement the radio link parser.
The parser depends on the rematch_target parser which is not yet implemented.
|
2023-07-14 16:18:04 -04:00 |
|
Tom Alexander
|
397083c658
|
Define a RematchObject trait for matching radio links based on radio targets.
|
2023-07-14 12:28:51 -04:00 |
|
Tom Alexander
|
a5585eb01f
|
Add a not yet implemented function.
This helps when creating new parsers since todo!()s will panic the whole parser.
|
2023-04-24 20:11:13 -04:00 |
|
Tom Alexander
|
fec7d51f75
|
Implement radio targets.
|
2023-04-24 19:18:38 -04:00 |
|
Tom Alexander
|
64c17e654a
|
Code structure for radio links and radio targets.
|
2023-04-24 19:06:45 -04:00 |
|