ldpl

COBOL-like programming language that compiles to C++

brewmacoslinux
Try with needOr install directly
Source

About

COBOL-like programming language that compiles to C++

Commands

ldpl

Examples

Compile an LDPL source file to an executable$ ldpl program.ldpl -o program
Compile and run an LDPL program in one step$ ldpl program.ldpl && ./program
View LDPL compiler version and help information$ ldpl --version