forked from edicl/cl-ppcre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't get confused by back references referring to the register named…
… "NIL". This fixes issue edicl#12. Back references referring to the register named "NIL" were being associated with the register objects with NIL for their NAME slot (indicating an unnamed register) instead of those that actually have "NIL" for a name. One corollary of this patch is that back references may now refer to named registers using symbols in addition to strings. This is only consistent, since named registers may themselves be named from symbols. To put it another way: names are strings, but they may be represented in the parse tree with symbols.
- Loading branch information
Showing
2 changed files
with
83 additions
and
5 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