Project enumeration
This commit is contained in:
parent
197dd79b34
commit
0a0596b143
2 changed files with 61 additions and 12 deletions
12
bin/iutils
12
bin/iutils
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue