On Wed, 2013-10-09 at 11:54 -0700, Sarvi Shanmugham wrote:
> 
> Hi
>     I was trying to make this installable with pip and have a few
> questions for the experts who understand how the code is organized.


> 1. Is there a description of how the code is organized. What parts are
> the compiler. What parts are standard libraries/stuff that should be
> part of the compiler. What parts are pyjamas widget sets separate from
> the compiler. 

examples/
        What says
examples/libtest/
        The very important 'unittest'
doc/
        Documentation
pyjs/
        translator and parts of python standard libs
library/
        gwt and pyjamas libraries
pgen/
        external library used in translator
pyjd/
        pyjd stuff (i.e. use of gwt and pyjamas lib in plain python)
pyv8/
        v8 engine stuff
contrib/
        some general (un)related scripts etc
pysm/
        spidermonkey  stuf
pygtkweb/
        gtk lookalike in gwt widgets


> 2. What is difference between pyjampiler, pyjscompile and pyjsbuild. 

pyjampiler and pyjscompile just translate code

pyjsbuild 'compiles and links'




-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to