Skip to content

N-Prolog Version 3.33

Compare
Choose a tag to compare
@sasagawa888 sasagawa888 released this 14 Oct 03:31

N-Prolog Ver 3.33 Release Notes

We are pleased to announce the release of N-Prolog Ver 3.33. In this update, we have made improvements to the break/0 predicate and enhanced the syntax highlighting in the Edlog editor. Please see the details below.
Changes

  1. break/0 Enhancements

We have improved the behavior of break/0 to make it more intuitive in preserving the state of variables and debugging environments. When starting a new recursive top level, the variables from the original environment are now retained, allowing for smoother debugging workflows.
2. Syntax Highlighting in the Edlog Editor

We have significantly enhanced the syntax highlighting in the Edlog editor. Notably, the following improvement has been made:

Expressions with operators and numbers in sequence (e.g., 1+2*3) are now highlighted correctly.

This improvement boosts code readability and provides a more efficient development environment.
Bug Reports & Feedback

Although we have made several feature improvements in this release, we are continuously seeking feedback and bug reports from our users. If you encounter any issues or have suggestions for further improvements, please don't hesitate to report them.