You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AST that is generated for ABS by bnf actually does not have a 1-to-1 mapping to JavaWriter API methods. For example, we have left && right in ABS but JavaWriter does not provide an API to write && in the middle of two expressions.
Workaround, we might extend/copy JavaWriter and allow specific API methods added to be able to continue development. In due time, we need to revisit the API and fix compatibility issues.
The text was updated successfully, but these errors were encountered:
We have a challenge here.
The AST that is generated for ABS by bnf actually does not have a 1-to-1 mapping to
JavaWriter
API methods. For example, we haveleft && right
in ABS but JavaWriter does not provide an API to write&&
in the middle of two expressions.Workaround, we might extend/copy JavaWriter and allow specific API methods added to be able to continue development. In due time, we need to revisit the API and fix compatibility issues.
The text was updated successfully, but these errors were encountered: