Version 1.0.0#
Release Notes#
New Grammar & Visitor#
Reimplemented the B-OCL grammar and switched to a visitor-based evaluator
Added
sizekeyword support for stringsObject models updated to align with the latest BESSER metamodel
Bug Fixes#
Resolved inherited attributes in the visitor (port of BESSER PR #464)
Fixed argument order in
_emit_value()for nested expressionsClarified domain and object model names in
researcher_object.pyand related testsGrammar regression tests added for issue #9
Integration with BESSER#
B-OCL sources have been moved into the main BESSER repository
Import paths updated to use the
besser.BUMLnotationInstallation documentation updated to reflect the self-contained parser