-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better interaction between parse results and skipped input
* Main change: When *READ-SUPPRESS* is true ECLECTOR.PARSE-RESULT:READ{-PRESERVING-WHITESPACE,-FROM-STRING} return what MAKE-SKIPPED-INPUT-RESULT returned instead of NIL. * This removes two kinds of bogus results that were previously returned: 1) Bogus NIL children around non-toplevel skipped input due to *READ-SUPPRESS*. 2) An "orphan" result corresponding to toplevel skipped input due to *READ-SUPPRESS*. This result is now returned as the primary result as described above. In particular, this gets rid of the bogus results mentioned in #69.
- Loading branch information
Showing
2 changed files
with
33 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters