> Sounds awesome. Thanks for sharing the code. I'll definitely be taking a
> look at.
You will notice in that case that some inspiration came from fpGui as well :).
Cheers...
Darius
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://li
On 23/09/18 16:47, Darius Blaszyk wrote:
> I committed GLPT or the OpenGL Pascal Toolkit just now on GitHub. This
> toolkit is a (free) pascal replacement for GLUT and other similar toolkits
> that depend on third party dynamic libraries.
Sounds awesome. Thanks for sharing the code. I'll definite
Hi all,
I committed GLPT or the OpenGL Pascal Toolkit just now on GitHub. This
toolkit is a (free) pascal replacement for GLUT and other similar toolkits
that depend on third party dynamic libraries. I have been using this
library in a couple of projects and decided to publish under the MIT
licens
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:
┌──
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 Backus-Nau