Skip to content

Commit

Permalink
Fix/cpp gen storing yaml (#900)
Browse files Browse the repository at this point in the history
* fix: gen prettier c++ formatting(1)
* fix: c++ generator: special case for CWL-Expression type
* feat: c++-gen improved parsing/serialization

This now properly reads 'jsonldPredicate' and repsects the 'mapSubject',
'mapPredicate' and 'typeDSL' fields.

* refactor: cpp-gen: target node should be on the left
* feat: cpp-gen: load_document and store_document functionality
* feat: cpp-gen: store configuration, allows to generate some tags
* fix: cpp-gen: every is nested in 'cpp_gen' namespace
* fix: cpp-gen: transform list to map
* fix: cpp-gen: missing newline at the end of document
* fix: cpp-gen: detect common namespace
* fix: cpp-gen compatible code for clang and msvc
* fix: cpp-gen: update tests
  • Loading branch information
SGSSGene authored Dec 19, 2024
1 parent 3dc90de commit 9fd211e
Show file tree
Hide file tree
Showing 6 changed files with 1,635 additions and 539 deletions.
Loading

0 comments on commit 9fd211e

Please sign in to comment.