Somewhat working test running

This commit is contained in:
Nathan McCarty 2024-12-31 19:11:46 +00:00
parent 49c118eef4
commit 9bd0cc323f
3 changed files with 82 additions and 7 deletions

View file

@ -12,3 +12,7 @@ my regex flagged-expression is export {
[<&comment-start> \V* \v]*
<expression-name=&name> \h+ \: \V* \v
}
my regex module-name is export {
'module' \h* $<name>=(\S+)
}