[fpc-pascal] [ISSUE] Generic problem: function Iif ... : Wrong number of parameters specified for call to "Iif$1"

2016-01-30 Thread silvioprog
Hello, Issued as #29546 . Thank you! -- Silvio Clécio ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Michael Van Canneyt
On Sat, 30 Jan 2016, silvioprog wrote: On Sat, Anthony Walter wrote: [...] With my script I'm able to render these diagrams which will be appear under the Free Pascal language Lexical topic: http://cache.getlazarus.org/images/lexical-diagrams.png On Sat, silvioprog wrote: Which tool do y

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread silvioprog
On Sat, Anthony Walter wrote: [...] > With my script I'm able to render these diagrams which will be appear > under the Free Pascal language Lexical topic: > > http://cache.getlazarus.org/images/lexical-diagrams.png > >> On Sat, silvioprog wrote: >> Which tool do you use to make these charts? :-)

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Michael Van Canneyt
On Sat, 30 Jan 2016, Ewald wrote: On 01/30/2016 08:22 PM, Anthony Walter wrote: Ewald, Maybe you should go to the forums and enlighten everyone. I provided the link in my last reply. You missed the point. It is not my intention to shove my opinion down anyone's throat. I do however think

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Anthony Walter
Ewald, Maybe you should go to the forums and enlighten everyone. I provided the link in my last reply. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Michael Van Canneyt
On Sat, 30 Jan 2016, Anthony Walter wrote: Mattias, Noted. Thank you. Ewald, There was/is a big discussion on the forums about the terrible state of the documentation. Instead of discussing, the time would be better spent on reporting issues about the documentation. I always respond very

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Anthony Walter
Ewald, If you read the threads on the Lazarus forums you'll see the points people are making while complaining about the documentation, tutorials, and application developer guides, including complaints from some of the top contributors. In a nutshell it has been said that the wikimedia engine is b

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Michael Van Canneyt
On Sat, 30 Jan 2016, Ewald wrote: On 01/30/2016 07:21 PM, Anthony Walter wrote: There was/is a big discussion on the forums about the terrible state of the documentation. Two things: - I don't think the state of the documentation is terrible. It has in fact improved vastly over the year

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread silvioprog
On Sat, Jan 30, 2016 at 5:23 PM, Michael Van Canneyt wrote: > On Sat, 30 Jan 2016, silvioprog wrote: > >> On Sat, Anthony Walter wrote: >> [...] >> >>> With my script I'm able to render these diagrams which will be appear >>> under the Free Pascal language Lexical topic: >>> >>> http://cache.get

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Ewald
On 01/30/2016 08:22 PM, Anthony Walter wrote: > Ewald, > > Maybe you should go to the forums and enlighten everyone. I provided > the link in my last reply. You missed the point. It is not my intention to shove my opinion down anyone's throat. I do however think that reinventing documentation (wi

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Anthony Walter
Michael, My portal is titled 'Learning Center'. Regarding the label Documenation, I am following along with this topic: Documentation / tutorials need improvement (was: Object Pascal decline?) http://forum.lazarus.freepascal.org/index.php/topic,31272.0.html Where most people are referencing the

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Ewald
On 01/30/2016 08:09 PM, Anthony Walter wrote: > Ewald, > > If you read the threads on the Lazarus forums I'm not subscribed to that forum as I do not use lazarus. I use freepascal without an IDE. So by all means: enlighten me :-) > you'll see the points people are making while complaining about t

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Michael Van Canneyt
On Sat, 30 Jan 2016, Anthony Walter wrote: Ewald, If you read the threads on the Lazarus forums you'll see the points people are making while complaining about the documentation, tutorials, and application developer guides, including complaints from some of the top contributors. In a nutshell

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Ewald
On 01/30/2016 07:21 PM, Anthony Walter wrote: > > There was/is a big discussion on the forums about the terrible state > of the documentation. Two things: - I don't think the state of the documentation is terrible. It has in fact improved vastly over the years. - By creating a secondary se

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Anthony Walter
Mattias, Noted. Thank you. Ewald, There was/is a big discussion on the forums about the terrible state of the documentation. I already am hosting easy to setup bundles (for example my OSX bundle installed CodeTools and offers you the choice between Homebrew and Macports) which include Free Pasca

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Ewald
On 01/30/2016 10:45 AM, Anthony Walter wrote: > I've been working on writing Javascript to generate lexical language > diagrams for the getlazarus.org learning > center portal. > > With my script I'm able to render these diagrams which will be appear > under the Free Pascal

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Mattias Gaertner
On Sat, 30 Jan 2016 04:45:27 -0500 Anthony Walter wrote: > I've been working on writing Javascript to generate lexical language > diagrams for the getlazarus.org learning center portal. > > With my script I'm able to render these diagrams which will be appear under > the Free Pascal language Lex

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread silvioprog
On Sat, Jan 30, 2016 at 6:45 AM, Anthony Walter wrote: > I've been working on writing Javascript to generate lexical language > diagrams for the getlazarus.org learning center portal. > > With my script I'm able to render these diagrams which will be appear > under the Free Pascal language Lexica

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Anthony Walter
I'll consider arrow heads, though I'm unlikely to add them. My layout design is based on the JSON http://json.org/ style with which I believe plenty of people are familiar. Here's an updated diagram with some of the changes you've noted including some new additions and thinner lines and fonts. ht

Re: [fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Jürgen Hestermann
Am 2016-01-30 um 10:45 schrieb Anthony Walter: > I've been working on writing Javascript to generate lexical language diagrams for the getlazarus.org learning center portal. > With my script I'm able to render these diagrams which will be appear under the Free Pascal language Lexical topic: > ht

[fpc-pascal] Pascal Lexical Diagrams

2016-01-30 Thread Anthony Walter
I've been working on writing Javascript to generate lexical language diagrams for the getlazarus.org learning center portal. With my script I'm able to render these diagrams which will be appear under the Free Pascal language Lexical topic: http://cache.getlazarus.org/images/lexical-diagrams.png