-
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.
- Loading branch information
Showing
12 changed files
with
548 additions
and
237 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,27 @@ | |
* typeck.c (cb_emit, cb_emit_list): changed from defines to inline | ||
functions, now returning the tree that was emitted | ||
|
||
2023-09-12 Simon Sobisch <[email protected]> | ||
|
||
* codegen.c (literal_list): removed self-reference as tree | ||
* replace.c (ppecho_replace): now inline | ||
* replace.c (cb_free_replace): removed setting child to zero before free | ||
* replace.c: style adjustment | ||
|
||
2023-09-07 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_build_converting): protoype (disabled) to pre-generate | ||
conversion table and call new function cob_inspect_translating instead | ||
of cob_inspect_converting if both operands are literals/alphabets | ||
|
||
2023-09-06 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (validate_inspect): check for identical operands, | ||
check for invalid combination of operands | ||
* typeck.c (cb_build_converting): shortcut when identical operands | ||
are used | ||
* tree.h: change alphabet_target and alphabet_type from defines to enums | ||
|
||
2023-09-01 Simon Sobisch <[email protected]> | ||
|
||
* pplex.l (ppopen_get_file): test for binary file and directly error out | ||
|
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.