Parser Implementations
This page lists the officially available parser implementations of the Erbsland Configuration Language.
If you would like to add your own implementation, please see the How Can I Contribute? guide for details on how to propose it for inclusion here.
Erbsland Configuration Parser for C++
A full-featured, dependency-free implementation of the Erbsland Configuration Language for modern C++ (C++20 and newer).
Source Code: GitHub – erbsland-cpp-configuration
Documentation: cpp-configuration.erbsland.dev
License: Apache License, Version 2.0
Author: Erbsland DEV
Erbsland Configuration Parser for Python
A modern and robust parser built for Python 3.12 and newer. It is designed to be secure, with no dependencies, and easy to integrate into your projects.
Source Code: GitHub – erbsland-py-conf
Documentation: conf-py.erbsland.dev
License: Apache License, Version 2.0
Author: Erbsland DEV