On 2012-09-07 16:43, Dexter wrote:
> I'd like to work on it as well, but appearantly lately my spare time is
> dedicated to entertainment (games).
> But I want to pick it up again. But every help/cooperation is welcome.
>
> How are we going to address coordination? making tickets in github and
> assigning yourself to it?
> I guess we should create a more concrete roadmap than we have right now.
I will address coordination for now. I think ticket on GitHub would be a
good idea once we have the basic tasks split up:
So, the way I see it:
- IST namedtuples
- AST -> IST converter
- IST -> IST semantifier (for __getattr__, etc)
- IST -> JS pretty printer
- IST -> IST tree dump (for debugging)
- Maybe some stdlib adjustments
Now, we absolutely need to start with the first item.
In other words, we need IST namedtuples for all the IST types we need to
process. These are by and large the same types as AST, but of course in
simplified IST form (and not dependent on the AST module at all).
Who's up for giving that a shot?