Thanks for the description. Question on pgen. Is it still being used?
I just renamed the pgen -> pgen.old to see what happens if it was removed And then used the bin/pyjsbuild to build a simple test.py file and the build seems to match the regular build before renaming pgen Makes me wonder if pgen is still used? Sarv PS: I have been able to get create setup.py to to pip instal pyjs compiler. Next step do the same for pyjamas/wdgetset as well On Wednesday, October 9, 2013 1:25:35 PM UTC-7, Kees Bos wrote: > > 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.
