Subject: Re: Lisp problems (maybe emacs)
From: Erik Naggum <erik@naggum.no>
Date: 22 Nov 2002 04:14:35 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3246927275072989@naggum.no>

* Christian Nybø
| I've lately seen examples of this relation -- are there papers covering
| the subject?

  I have not seen any papers on it, but those who think about the issue for
  just a few seconds realize that parsing is a stateful process and regular
  expressions are inherently stateless and the amount of state information
  you can thereby employ in the syntax recognition process is very limited.

  Some of the things I want help with when looking at code is to click on a
  symbol name and see its lexical scope and all references highlighted, or
  to show free variable references inside each enclosing scope.  Such things
  are not hard to do if you edit the actual code instead of just characters.

-- 
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.