notes about delimiter-matching

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-07-26 23:21:35 -04:00
parent 34f81cdb0d
commit 0b09e115c1
1 changed files with 8 additions and 0 deletions

8
IDEAS
View File

@ -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