Re: [fpc-pascal] lldb problems with Xcode 8.2.1

2017-02-24 Thread Jonas Maebe
On 24/02/17 08:40, Jonas Maebe wrote: On 23 Feb 2017, at 19:10, Jeremy Thompson wrote: I am experiencing some LLDB problems in macOS Sierra 10.12.3 with Xcode 8.2.1. Its running the LLVM compiler with FPC 2.6.4. I can no longer get breakpoints to function,

Re: [fpc-pascal] FreePascal Windows - Force files to write to disk

2017-02-24 Thread James Richters
Thanks for the advice everyone. It is very much appreciated. I have been working on a combination of ideas here. Currently I am doing an MD5sum of a string created from all my variables concatenated together and writing that as the second to the last line of the file, I also am writing some

[fpc-pascal] parser combinator library

2017-02-24 Thread Bernd
Hello, Eight years ago someone asked whether there is a parser combinator library for free pascal, nothing like that existed at that time and also does not seem to exist up to the present day. While I was reading about parser combinators in functional programming languages (during my 42nd