clpl
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

CLPL

Chamaelyn Key-Value Pair Language

ℹ️ May be used as a storage for storing information, data, or even lists.

About

CLPL is a key-value pair based language for data.

Example:

name >
    first-name = 'Andrew'
    family-name = 'Pablo'
<

@country=1
@area=415
phone = 732_3156

job = [
    'Teacher'
    'Driver'
]

address = (
    country = 'USA'
    state = 'California'
    city = 'San Fransisco'
)

email + (
    id = 'andrew1email135'
    domain = 'ymail.com'
)

email + (
    id = 'andrew2email531'
    domain = 'gmail.com'
)

Format

Specification of the language format

FORMAT.md

Implementation

Specification of the Javascript/Typescript parser implementation

SPEC.md

Package Sidebar

Install

npm i clpl

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

63 kB

Total Files

18

Last publish

Collaborators

  • azusfin