- Posts: 3
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Scripting Development
- Pscripter bug list - from a working Lazarus file
×
Components and Libraries for Scripting Development, discussions, problems and suggestions
Question Pscripter bug list - from a working Lazarus file
- Jim Granville
- Topic Author
- Offline
- New Member
-
Less
More
12 years 5 months ago #166
by Jim Granville
Pscripter bug list - from a working Lazarus file was created by Jim Granville
I loaded a working Lazarus 'script level' program,
- simple Sine maths to text files stuff,
and found the following bugs/errors in PScripter
there is some small good news, after editing extensively, and clearing
all the subset bugs, the code DID run : tho as a feature subset.
PScripter has good potential as a 'flexible calculator', but it needs
to resolve some of the more glaring errors.
None of these look hard to fix ?
- simple Sine maths to text files stuff,
and found the following bugs/errors in PScripter
there is some small good news, after editing extensively, and clearing
all the subset bugs, the code DID run : tho as a feature subset.
// PSscripter Bugs:
// Char type not supported ?!
// Extended Real type not supported ?!
// Text file not supported, but file seems to work ok.
// pi is undefined
// Brackets within const expression confuse things, needed to be removed.
// Seems to fail conditional Define/Tests ? Check examples: - Ah == very context dependant?!
// a) Define/Tests does NOT like trailing spaces in defines, or tests !?
// b) Define/Tests does NOT like ifdef outside begin..end code, ie in a CONST area fails. ?!
// fails to handle simple structured constants : and fails with very strange error message location
// VarList : array [1..LinesCount] of string = (
'etc1',
'etc2'
);
//
PScripter has good potential as a 'flexible calculator', but it needs
to resolve some of the more glaring errors.
None of these look hard to fix ?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
11 years 6 months ago #339
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Re: Pscripter bug list - from a working Lazarus file
Thanks Sir
We looking at this
We looking at this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.