From 0b09e115c1d1be57ab0ece9346b400da909e74e0 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Sun, 26 Jul 2009 23:21:35 -0400 Subject: [PATCH] notes about delimiter-matching --HG-- branch : pmacs2 --- IDEAS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/IDEAS b/IDEAS index 7127ee0..a23d1d9 100644 --- a/IDEAS +++ b/IDEAS @@ -1,3 +1,11 @@ +2009/07/26: + +Rather than using regions to try to capture delimiter matching (e.g. []) let's +create a option in grammar to keep a stack of delimiter tokens. That way, +rather than descending deeper and deeper into regions whenever things open or +close, we're just modifying a seperate stack. This might be equally bad +though... I'm not really sure. Maybe instead of a stack we could use a number? + 2009/07/21: There should be some sort of command-channel or RPC thing going on, so that