btc-ag / service-idl

Xtext-based Service IDL (Interface Definition Language) and Code Generators for Protobuf, C++, Java and .NET
Eclipse Public License 2.0
8 stars 8 forks source link

Add support for import keyword #186

Open sigiesec opened 6 years ago

sigiesec commented 6 years ago

The generator may assume that the imported files are already locally installed. Resolution of such dependencies against some package (Conan?) providing the referenced IDL files in some version must be addressed outside the generator.

Things that need to be done (at least):

This has the following aspects:

sigiesec commented 5 years ago

Partial support is implemented in 0.6.0 (for C++ and .NET).