N-Prolog Ver 3.79 Release Notes
Updates and Improvements
1. Bug Fix: Unicode Display Issue
- Fixed an issue where certain Unicode characters were not displayed correctly, such as in
dt(’∃xy〜(x)∧(y)’).
.- Non-kanji Unicode characters (e.g., Greek letters, special symbols) are now properly rendered.
2. Syntax Error Detection Added
- Introduced a new feature for detecting syntax errors.
- Example: Errors like
foo(X) :- a,b, boo(Y) :- c.
with misplaced periods or commas are now automatically identified. - This enhancement allows for quicker and more accurate error detection during coding.
- Example: Errors like
3. Edlog Editor Enhancement
- Improved the Edlog editor to support editing in Thai.
- Provides a more seamless experience for multilingual environments.
We will continue improving N-Prolog to provide an even better experience. Your feedback is always welcome!