diff options
author | Jed Barber <jjbarber@y7mail.com> | 2020-05-22 22:23:22 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2020-05-22 22:23:22 +1000 |
commit | 853a5a484f3e556a526473f23a60e3394b133abe (patch) | |
tree | ad8adc696da663d22b6d6821e357f6ec70fa51ab /packrat.gpr | |
parent | b586137f3475d5eb1fcfde2ba2f6b74e7c564cef (diff) |
Parse_Graphs complete but untested
Diffstat (limited to 'packrat.gpr')
-rw-r--r-- | packrat.gpr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packrat.gpr b/packrat.gpr index 6864f2c..c66f654 100644 --- a/packrat.gpr +++ b/packrat.gpr @@ -1,5 +1,8 @@ +with "directed_graph"; + + library project Packrat is |