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 original line of code, original
line number and original column number as to allow easier debugging.

I gave up trying to do semantic analisys at the translator because its too
hard (its like almost creating a new FPC compiler from scratch, so i believe
letting the browser debug for us - and having the line numbers to check for
mistakes - its the best approach).

But i need volunteers !
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to