summaryrefslogtreecommitdiff
path: root/src/packrat-parse_graphs.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-05-22 22:42:25 +1000
committerJed Barber <jjbarber@y7mail.com>2020-05-22 22:42:25 +1000
commit6b3a2f0ce7c8c3aae32811936441277728f69a6b (patch)
tree707ee82ef74311f9e6a5f9054ab289e598ecbc30 /src/packrat-parse_graphs.ads
parent853a5a484f3e556a526473f23a60e3394b133abe (diff)
Apparently I lied, also old Graphs package removed
Diffstat (limited to 'src/packrat-parse_graphs.ads')
-rw-r--r--src/packrat-parse_graphs.ads9
1 files changed, 9 insertions, 0 deletions
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