Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 05:23
· 13 commits to master since this release

Java Language Target is Supported!

Now you can use java as language target, like this:

bubbler -t java -o /path/to/mydir/ ./example.bb

Remember, you can use java_package option in .bb file to rename generated package.

option java_package = "com.example.myproject.mypackage";

Changelog

  • 385fd00 Add java language support
  • 87338f6 Fix field namestyle in expr gen & Fix literal gen in const field
  • 849cbd5 Fix identation format