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]
}
- 📚 Complete Documentation - Language guide, syntax, and examples
- 🔧 Contributing Guide - How to contribute to RESL
MIT OR Apache-2.0