Hi !<br><br>Im working on the PasJS translator but im having some problems :<br><br>How to map ObjectPascal object orientation philosophy into JavaScript object orientation philoshopy ?<br><br>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.<br>
<br>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).<br>
<br>But i need volunteers !<br>