Re: [fpc-pascal] PasJS

2009-09-28 Thread Jorge Aldo G. de F. Junior
2009/9/26 Michael Van Canneyt > > > On Fri, 25 Sep 2009, Jorge Aldo G. de F. Junior wrote: > > Hi ! >> >> Im working on the PasJS translator but im having some problems : >> >> How to map ObjectPascal object orientation philosophy into JavaScript >> object orientation philoshopy ? >> > > Do you

Re: [fpc-pascal] PasJS

2009-09-26 Thread Michael Van Canneyt
On Fri, 25 Sep 2009, Jorge Aldo G. de F. Junior wrote: Hi ! Im working on the PasJS translator but im having some problems : How to map ObjectPascal object orientation philosophy into JavaScript object orientation philoshopy ? Do you think there is a choice ? In JS, everything is an objec

[fpc-pascal] PasJS

2009-09-25 Thread Jorge Aldo G. de F. Junior
Hi ! Im working on the PasJS translator but im having some problems : How to map ObjectPascal object orientation philosophy into JavaScript object orientation philoshopy ? Im trying a direct Syntax Tree -> Output approach, while outputting (if a debug flag is enabled) comments containning origin

[fpc-pascal] PasJS: Ext-Core v3 as the RTL

2009-04-05 Thread Bee
Hi all, Especially who is interesting in web programming. I saw yesterday Ext released their first beta for Ext-Core. I think it's the best candidate to be used as default RTL for PasJS. It's also will ease PasJS development because lots of things are already provided by this library, including cr