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

Some regex would be nice. A whole regex module should be added to the core language

library required

A request library could be implemented completely in LDPL once https://github.com/Lartu/ldpl/issues/110 is done!

library required

Compiler complains that this line is not there and refuses to compile ldpl if it isn't

It would be cool if you could read part of a file (seek) and not have to load it completely to memory at once.

Update the Snap version of LDPL from 4.4 to 4.5. Does this apply? Is it necessary to do anything by hand, or does it update automatically?

The docker file for 4.4 should be updated to 4.5 (is this a thing? I'm not sure what the docker file does here)

There is an out-of-date test suite at: https://github.com/Lartu/ldpltest I think it would be really nice if the tests were included and you could just run `make test` to see if...

Compiling the LDPL man file currently requires PHP to be installed in the host system. This shouldn't be the case, as LDPL would be already installed on the system by...

The current brew version is 4.4. It should be updated to 4.5. ![image](https://user-images.githubusercontent.com/11744462/205456409-bb37ca42-a465-488d-bc5c-a37e8887e11a.png) I believe this is done from [here](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ldpl.rb), but I'm not really sure.

This repository is huge and includes too much stuff. I believe the examples should be moved to their own repository and maintained there.