-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a two-pass algorithm for COPY-REPLACING and then REPLACE
- Loading branch information
Showing
5 changed files
with
810 additions
and
205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
|
||
2023-07-02 Fabrice Le Fessant <[email protected]> | ||
|
||
* replace.c: rewrite the code for preprocessing with a two-phase | ||
algorithm. The first phase performs COPY REPLACING on the stream | ||
of tokens, while the second phase perform REPLACE on the resulting | ||
stream of tokens. This rewriting is closer to the COBOL standard | ||
and fixes bug #831 partially. | ||
|
||
2023-07-02 Fabrice Le Fessant <[email protected]> | ||
|
||
* pplex.l/replace.c: move the preprocessing code performing | ||
|
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
Oops, something went wrong.