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

View file

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