Re: [fpc-pascal] Free Pascal Language Diagram

2018-09-24 Thread Graeme Geldenhuys
On 24/09/18 19:51, Anthony Walter wrote: > Letter links to another > diagram defining it as any of A-Z a-z _ My bad, sorry. I assumed "Letter" meant A-Z and a-z. I didn't click the link. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [fpc-pascal] Free Pascal Language Diagram

2018-09-24 Thread Anthony Walter
Regarding Identifier, in my page the diagram shows it must start with a Letter optionally followed by any Letter or Digit. Letter links to another diagram defining it as any of A-Z a-z _ This seems correct. I just tested and "const _ = 1" compiles fine using a lone _ as an identifier. Try left

Re: [fpc-pascal] Free Pascal Language Diagram

2018-09-23 Thread Graeme Geldenhuys
On 11/09/18 19:49, Anthony Walter wrote: > > https://www.getlazarus.org/learn/language/lexical/ I found a few small bugs in your diagrams. 1) Identifier [https://www.getlazarus.org/learn/language/lexical/#identifier] It should look as follows:

Re: [fpc-pascal] Free Pascal Language Diagram

2018-09-23 Thread Graeme Geldenhuys
On 11/09/18 19:49, Anthony Walter wrote: > > https://www.getlazarus.org/learn/language/lexical/ > Nice, but the mouse over animation is pretty annoying [and unnecessary] though. I've also been maintaining my own Object Pascal Grammar (using FPC's objfpc mode only) in a EBNF (Extended

Re: [fpc-pascal] Free Pascal Language Diagram

2018-09-11 Thread Michael Van Canneyt
On Tue, 11 Sep 2018, Anthony Walter wrote: I posted this link once before, but I thought I'd remind you guys it exists and ask if anyone would like to take the work from the page, and integrate it into either the official documentation or maintain it somewhere on the free pascal website.

Re: [fpc-pascal] Free Pascal Language Diagram

2018-09-11 Thread R0b0t1
Noice. I'd been wanting to collect all of the ones from the docs into a more coherent representation of the syntax. On Tue, Sep 11, 2018 at 1:49 PM, Anthony Walter wrote: > I posted this link once before, but I thought I'd remind you guys it > exists and ask if anyone would like to take the

[fpc-pascal] Free Pascal Language Diagram

2018-09-11 Thread Anthony Walter
I posted this link once before, but I thought I'd remind you guys it exists and ask if anyone would like to take the work from the page, and integrate it into either the official documentation or maintain it somewhere on the free pascal website. https://www.getlazarus.org/learn/language/lexical/