(IDE) Check syntax.
Posted: Fri Jul 06, 2012 9:00 pm
It would be cool if the IDE would be able to check syntax without creating an executable file and without launching the program.
http://www.purebasic.com
https://www.purebasic.fr/english/
It currently can be done by simply placing 'End' at the beginning of the source and then compiling.User_Russian wrote:It would be cool if the IDE would be able to check syntax without creating an executable file and without launching the program.
Nope, that still creates a temp executable.Demivec wrote:It currently can be done by simply placing 'End' at the beginning of the source and then compiling.
I had neglected looking for a 'temp executable' and appreciate you pointing that out. On the other hand it is temporary and deleted in the process and so I don't see it as much of a drawback for what was requested.MachineCode wrote:Nope, that still creates a temp executable.Demivec wrote:It currently can be done by simply placing 'End' at the beginning of the source and then compiling.