ldpl is a programming language created in 2019 by MartÃn del RÃo.
#866on PLDB | 5Years Old |
git clone https://github.com/Lartu/ldpl
COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
# Hello There Example
data:
name is number
procedure:
display "Hello there, what's your name?"
accept name
display "ä½ å¥½, " name "!" crlf
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | # A comment | |
Line Comments | ✓ | # A comment | # |
Semantic Indentation | X |
title | date | score | comments |
---|---|---|---|
LDPL – A simple programming language in the likeness of COBOL | 04/24/2019 | 1 | 0 |