Blockly2Java icon indicating copy to clipboard operation
Blockly2Java copied to clipboard

A library for converting blockly xml format to java objects

Results 2 Blockly2Java issues
Sort by recently updated
recently updated
newest added

Hi @Vilsol , I've used your library to parse Blockly XML, Its working fine to some extent. Im facing issue with below XML code which is having multiple statements in...

While parsing statements with multiple child blocks, it seems that in some situations simply incrementing/decrementing the _ignoreBlocks_ counter is not sufficient. Specifically, I encountered the issue in the case of...