branch : pmacs2
This commit is contained in:
moculus 2007-07-11 10:34:22 +00:00
parent 462ea4b6ad
commit 685a318e5e
1 changed files with 10 additions and 0 deletions

10
IDEAS
View File

@ -0,0 +1,10 @@
2007/07/11:
We need a way to have a rule that matches the end of the line. Many languages
have regions whose "end" token is merely the end of the line. In those cases,
our grammars employ hacks (with varying levels of success) to get around the
fact that rules must match 1-or-more characters from the buffer.
One solution would be to artificially include a newline character at the end of
the line, which could be matched in regexes. Another would be to create a new
type of rule and write some special-case code in the region rules.