N-Prolog Version 3.41
Release Notes: N-Prolog ver3.41
In this release, we have addressed a bug introduced in the previous compiler improvements. This issue caused predicates that execute directly, such as :- op(...)
, to fail to compile properly.
Key Fixes:
- Fixed the compilation process for direct execution predicates (e.g.,
:- op(...)
). - Verified correct compilation functionality using Professor Iitaka's code.
Background:
The bug stemmed from recent updates to improve the compiler. It was difficult to detect the issue with my own code, so a swift fix was implemented.
Thank you for your reports and cooperation.