From 84696069475bfa7732326dee94a2c8a852ece827 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 12 Nov 2020 17:06:06 +1100 Subject: Outline of tests for Parse_Graphs --- src/packrat.ads | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/packrat.ads') diff --git a/src/packrat.ads b/src/packrat.ads index 6032cb1..58afbaa 100644 --- a/src/packrat.ads +++ b/src/packrat.ads @@ -20,6 +20,10 @@ package Packrat is + -- need to restructure all this to separate these nested packages out into their own files + -- and also to add in a Traits package to contain the Enum/Element/Array generic stuff + + package Errors is -- cgit