Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cornelius/kode

XML meta programming
https://github.com/cornelius/kode

c-plus-plus code-generation xml xml-schema

Last synced: 3 months ago
JSON representation

XML meta programming

Awesome Lists containing this project

README

        

# kode

kode is a collection of code generation and XML helper tools:

## libkode

libkode is a helper library for programmatic generation of C++ code, the program

## kxml_compiler

kxml_compiler is a tool for generation of C++ classes representing XML data described by RelaxNG , W3C
Schema, or example XML schemas.

# Developer information

## Coding style

We use the [Qt coding style](https://wiki.qt.io/Qt_Coding_Style) and [conventions](https://wiki.qt.io/Coding_Conventions). Each commit is checked by a github action with clang-formatter.

## C++11

The usage of C++11 feature is [accepted](https://github.com/cornelius/kode/issues/17)

If you have questions or comments please contact Cornelius Schumacher
or Tobias Koenig .