Welcome, Guest
Username: Password: Remember me
Components and Libraries for Scripting Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Pscripter bug list - from a working Lazarus file 14 years 2 months ago #166

  • Jim Granville
  • Jim Granville's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
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.
// 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.

Re: Pscripter bug list - from a working Lazarus file 13 years 3 months ago #339

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
We looking at this
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1