N-Prolog Version 4.43
N-Prolog ver4.43 Release Notes
This release includes important improvements to the compiler and introduces a new directive feature.
Bug Fixes
- Fixed a compiler bug that occurred when directives such as
:- op/3were used within the source code.
Previously, such directives were not handled correctly during compilation.
This issue has now been resolved.
New Features
- Introduced support for the
initialization/1directive.
This allows specified goals to be automatically executed after aconsult.
It improves usability and aligns N-Prolog with standard Prolog behavior.
We recommend all users to upgrade to this version for improved stability and functionality when compiling code with embedded directives.