Skip to content

Commit c8b7460

Browse files
authored
Merge pull request #138 from nlothian/fix/correct-features
update FEATURES.md
2 parents baa850d + 95d13ae commit c8b7460

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

FEATURES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,11 @@
217217
## High-Priority Gaps and Deviations
218218

219219
### Critical Missing Features
220-
1. **File I/O**: Essential for practical Prolog programs
221-
2. **Dynamic Declarations**: `dynamic/1`, `multifile/1` for module system
222-
3. **Operator Definition**: `op/3` for custom operators
220+
1. **Operator Definition**: `:- op/3` for defining custom operators.
221+
2. **Character I/O**: `get_char/1`, `put_char/1` for character-level stream manipulation.
223222

224223
### Significant Deviations
225-
1. **Error Reporting**: Now fully ISO-compliant with structured error terms and systematic error reporting in built-ins
226-
2. **Character Code Syntax**: Some advanced character code forms not supported
224+
1. **Character Code Syntax**: Some advanced character code forms not supported.
227225

228226
### Parser Limitations
229227
1. **Hex Character Codes**: `0'\xHH` syntax now supported with optional trailing backslash for compatibility

0 commit comments

Comments
 (0)