From 6b3a2f0ce7c8c3aae32811936441277728f69a6b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 22 May 2020 22:42:25 +1000 Subject: Apparently I lied, also old Graphs package removed --- src/packrat-parse_graphs.ads | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/packrat-parse_graphs.ads') diff --git a/src/packrat-parse_graphs.ads b/src/packrat-parse_graphs.ads index 0a3660e..d9cde0b 100644 --- a/src/packrat-parse_graphs.ads +++ b/src/packrat-parse_graphs.ads @@ -180,6 +180,15 @@ package Packrat.Parse_Graphs is + -- Other things needed here... + -- Equal_Subgraph? (in Directed_Graph lib) + -- Is_Ambiguous? + -- Iterate_Short, Iterate_Long, Iterate_By + -- Choosing and Filtering functions for Iterate_By + + + + -- Since this package sets the Nodes, Edges, and Labels of the Graphs -- to be specific types, it cannot be a child package of Directed_Graphs. -- Yet, it still is an extension of that package. To make it all work -- cgit