[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 7 Sep 2012 20:25:53 +0100
On Fri, Sep 7, 2012 at 3:20 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> my vote is for using LuaDoc hints. metalua is impressive, but i think
> most of my code wouldn't be analyzable without actually running it.
The Koneki Eclipse LDT [1] actually uses both strategies. LDoc
implemented extended tags-with-attributes like '@tparam string name
first name of person', where '@tparam string' could be further aliased
to '@string'. Basically so that doc strings could capture more
semantic information - if we have a function marked with '@tret
MyObject' then the static analysis can work from there.
And then there's LuaInspect [2], which is a plugin for SciTE and vim.
This does metalua-style static _plus_ dynamic analysis.
It isn't an easy or clean problem....
B
1. http://www.eclipse.org/koneki/ldt/
2. http://lua-users.org/wiki/LuaInspect
- References:
- [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Paul K
- RE: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Jeff Smith
- Re: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Paul K
- RE: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Jeff Smith
- Re: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Paul K
- RE: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Jeff Smith
- Re: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Paul K
- Re: [ANN] ZeroBrane Studio 0.32; now with unicode support, moai integration, and wxlua 2.8.12 upgrade, Javier Guerra Giraldez