Minor tweaks

This commit is contained in:
Nathan McCarty 2024-12-31 16:04:33 +00:00
parent 0a0596b143
commit a4e4c4a314
2 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,9 @@
"authors": [ "authors": [
"Nathan McCarty <thatonelutenist@stranger.systems>" "Nathan McCarty <thatonelutenist@stranger.systems>"
], ],
"depends": [
"paths"
],
"provides": { "provides": {
"IUtils": "lib/IUtils.rakumod", "IUtils": "lib/IUtils.rakumod",
"IUtils::IDEMode": "lib/IUtils/IDEMode.rakumod", "IUtils::IDEMode": "lib/IUtils/IDEMode.rakumod",
@ -14,5 +17,5 @@
"bin": { "bin": {
"iutils": "bin/iutils" "iutils": "bin/iutils"
}, },
"resources": [ ], "resources": [ ]
} }

View file

@ -10,5 +10,5 @@ my token name { <[\w \-]>+ }
my regex flagged-expression is export { my regex flagged-expression is export {
<&comment-start> \h* <flag> \h* <test-name=&name> \V* \v <&comment-start> \h* <flag> \h* <test-name=&name> \V* \v
[<&comment-start> \V* \v]* [<&comment-start> \V* \v]*
$<expression-name>=<expression-name=&name> \h+ \: \V* \v <expression-name=&name> \h+ \: \V* \v
} }