Christian Seberino wrote:
I'm not sure what you mean by this. The Python interpreter/parser is an 'automated tool' and it is able to figure out the exact meaning of Python code.
Yes, but it requires a full parse to figure it out. Regex's are insufficient.
Lisp, for example, does not require the parse. The parentheses carry the full semantic level.
-a -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
