Project enumeration

This commit is contained in:
Nathan McCarty 2024-12-31 15:49:13 +00:00
parent 197dd79b34
commit 0a0596b143
2 changed files with 61 additions and 12 deletions

View file

@ -3,12 +3,8 @@ use v6.d;
use IUtils;
use IUtils::Comments;
my $contents = "/home/nathan/Projects/Idris/structures/test/src/Main.idr".IO.slurp;
unit sub MAIN;
say "\nTesting full flagged-expression:";
say $contents ~~ &flagged-expression;
when $contents ~~ &flagged-expression {
say $<test-name>;
say $<expression-name>;
say $<flag><type>;
}
temp $*CWD = "/home/nathan/Projects/Idris/structures/".IO;
say scan-packages;