[Implemented] Compiler Feature : Check for Syntax
[Implemented] Compiler Feature : Check for Syntax
Hi everybody,
At the moment, while writing/testing a program, purebasic-users can :
. 'Compile/Run'
. 'Run'
. 'Compile with Debugger'
. 'Compile without Debugger'
It might be useful to add this item in the menu :
. 'Check Syntax'
This will call the compiler, in order to check the syntax of all lines in the current source.
But it won't run the generated executable.
When we are working on big project it can save some times.
At the moment, while writing/testing a program, purebasic-users can :
. 'Compile/Run'
. 'Run'
. 'Compile with Debugger'
. 'Compile without Debugger'
It might be useful to add this item in the menu :
. 'Check Syntax'
This will call the compiler, in order to check the syntax of all lines in the current source.
But it won't run the generated executable.
When we are working on big project it can save some times.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
-
- Enthusiast
- Posts: 372
- Joined: Sun Apr 03, 2005 2:14 am
- Location: England
-
- Enthusiast
- Posts: 169
- Joined: Thu Oct 05, 2006 6:44 am
- Contact:
Re: Compiler Feature : Check for Syntax
> This will call the compiler, in order to check the syntax of all lines in the
> current source. But it won't run the generated executable.
But should it create the executable and not run it, or just check the syntax?
I'd like to see an option of just checking the syntax without making the exe,
and without including binaries and so on (since they don't need to be checked).
> current source. But it won't run the generated executable.
But should it create the executable and not run it, or just check the syntax?
I'd like to see an option of just checking the syntax without making the exe,
and without including binaries and so on (since they don't need to be checked).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
- User
- Posts: 68
- Joined: Sat Jun 19, 2004 3:34 am
- Location: USA
- Contact: