From 73cfc43f4b569f8d3cd0e84ae28290efab07a11b Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Mon, 26 Jan 2026 23:27:01 +0100 Subject: [PATCH] Updated readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2484deb..1a87d1e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,16 @@ - **Formatter**: Standardizes configuration file formatting. - **Validator**: Advanced semantic validation using [CUE](https://cuelang.org/) schemas, ensuring type safety and structural correctness. +### MARTe extended configuration language + +Few additional features have been added to the standard MARTe configuration language: + +- Multi file configuration support + - Multi file definition merging + - File level namespace / node +- Doc-strings support +- Pragmas for warning suppression / documentation + ## Installation ### From Source