v0.7.0
C# Language Target is Supported!
Now you can use csharp as language target, like this:
bubbler -t csharp -o /path/to/mydir/ ./example.bb
C# target support -single
option to combine all structure into one .cs
file.
C# target support -signext=shift
option and default to it as sign-bit extension method.
C# target has its special option csharp_namespace
. If it is set, the generated code will use the specified namespace in the generated C# code. But please note that the folder structure WILL NOT be affected, which is different from Java target.