[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANNOUNCE] LuaParse 0.5
- From: Asger Ottar Alstrup <aalstrup@...>
- Date: Sat, 28 Aug 2004 10:31:40 +0200
Regarding static analysis of dynamic languages, check out Starkiller:
http://web.mit.edu/msalib/www/urop/
http://www.python.org/pycon/dc2004/papers/1/paper.pdf
It is a static analysis tool for Python, which is used for optimisation.
However, the techniques can also be used for static analysis to catch
possible errors at compile time.
Regards.
Asger Ottar Alstrup