Skip to content

A modern configuration and serialization language with variables, expressions, and dynamic runtime evaluation

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE-2.0
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

decipher3114/resl

RESL

RESL = Runtime Evaluated Serialization Language

A modern configuration and serialization language with variables, expressions, and dynamic runtime evaluation.

{
    name = "My Application";
    version = "1.0.0";

    database = [
        "host": "localhost",
        "port": 5432,
        "ssl": true
    ];

    features = ["auth", "logging", "metrics"];

    ["name": name, "version": version, "database": database, "features": features]
}

Documentation

License

MIT OR Apache-2.0

About

A modern configuration and serialization language with variables, expressions, and dynamic runtime evaluation

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE-2.0
MIT
LICENSE_MIT

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published