Lothar Scholz wrote: > A parser helps only in static typed languages and > for some very easy refactoring moves. Thats why none of the non image > script languages haven't good refactoring tools - and will never > have. Can you explain this further, please? Some refactorings are not relevant to untyped language (e.g., changing the type). Others work just fine on the AST (e.g., rename). What sorts of problems do you foresee? Cheers, --binkley