[fpc-devel] bad adresses in dwarf line info in fpc 2.6.4

2014-04-05 Thread Martin Frb
Since I switched to 2.6.4 (win 32 vista), I had several occurrences of -break-insert "\"B:/lazarus_latest/components/fpdebug/fppascalbuilder.pas\":387 ^done,bkpt={number="12",type="breakpoint",disp="keep",enabled="y",addr="0x0055",file="fppascalbuilder.pas",line="387",times="0,original-loc

Re: [fpc-devel] Pascal to Javascript - Call for Help

2014-04-05 Thread Marcos Douglas
On Sat, Apr 5, 2014 at 6:48 AM, Michael Van Canneyt wrote: > > Hello, > > After many years of dreaming of an open source version of Morfik > Appsbuilder, > (and more recently Smart Mobile Studio), I've finally committed a first > version of the pascal-to-javascript conversion engine. > > The unit

Re: [fpc-devel] Pascal to Javascript - Call for Help

2014-04-05 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: Hello, After many years of dreaming of an open source version of Morfik Appsbuilder, (and more recently Smart Mobile Studio), I've finally committed a first version of the pascal-to-javascript conversion engine. :-) As a consequence, not all pascal constructs w

Re: [fpc-devel] Pascal to Javascript - Call for Help

2014-04-05 Thread hinstance
I can already see what for this tool could be possibly used. For example, one could write ObjectPascal code in Lazarus and then convert it to JavaScript when needed. The advantage is that one could then use Lazarus IDE code refactoring features like code completion, renaming identifiers, search

[fpc-devel] Pascal to Javascript - Call for Help

2014-04-05 Thread Michael Van Canneyt
Hello, After many years of dreaming of an open source version of Morfik Appsbuilder, (and more recently Smart Mobile Studio), I've finally committed a first version of the pascal-to-javascript conversion engine. The unit and the associated unit tests are in packages/pastojs and a sample con