ldpl icon indicating copy to clipboard operation
ldpl copied to clipboard

A programming language inspired by COBOL, with serious dinosaurs with neckties and briefcases.

Results 21 ldpl issues
Sort by recently updated
recently updated
newest added

also changed the D in Dinosaur Tamers to be a capital letter, because the Dinosaurs deserve it

This change fixes an error where the language file fails to install for Gedit 4 on Fedora 35. This reflects Gedit's move from GTK3 to GTK4.

In my opinion, ldpl has a few problems which are integral to the language and thus can only be fixed as a breaking change. In order to minimize the amount...

Hello there, @dgarroDC, @xvxx. How are you? I was wondering about the future of the LDPL language, that has been quite dead for a while now and here are a...

@iglosiggio has added wonderful web extensions for LDPL so that it can be used on webpages. It's been documented https://github.com/iglosiggio/ldpl/commit/ac88ad2be8a5d38c913d9ab8ee7a533f99679197 and https://github.com/iglosiggio/ldpl/commit/c65e3161f2629756adc1e3c120a0e7c06d4192d8, but being part of the compiler they should...

documentation
required for next release

We all love JSON files and JSON data. It would be nice to have a library able to parse those files into a useful data structure (or data structure +...

library required

External sub-procedures cannot contain local data nor procedure sections at the moment. This should either be changed or documented, as the docs only state that they cannot contain parameters sections.

It would be nice to have a SQLite library to interface SQLite with LDPL. I've found [this library](https://github.com/iwongu/sqlite3pp) that seems to do just that. Maybe something can be done with...

library required

At the moment in order to properly build LDPL with a man file you have to have PHP installed on your system. This requirement should be removed.

It would be wonderful if LDPL could connect to MySQL servers.

library required