Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 10:35
· 1 commit to master since this release

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.

Changelog