Minor tweaks
This commit is contained in:
parent
0a0596b143
commit
a4e4c4a314
|
@ -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": [ ]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue