diff options
Diffstat (limited to 'cpp/rubygen/README')
| -rw-r--r-- | cpp/rubygen/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/rubygen/README b/cpp/rubygen/README new file mode 100644 index 0000000000..43111d4c4f --- /dev/null +++ b/cpp/rubygen/README @@ -0,0 +1,20 @@ +RUBY CODE GENERATOR + +amqpgen.rb: builds an AMQP model from XML files and provides generic code generation functions (e.g. capitalization of names etc) + +cppgen.rb: C++ specific code generation functions. + +A template is a ruby file that generates one or more source files. + +For an example run + samples/runme test <amqp.xml files> + +The first argument is a directory for generated files, remaining arguments +are xml files. + + + + + + + |
