]> Kevux Git Server - fll/commit
Feature: The iki_read program should support a more generalized substitution process...
authorKevin Day <thekevinday@gmail.com>
Sun, 15 May 2022 21:31:11 +0000 (16:31 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 15 May 2022 21:38:41 +0000 (16:38 -0500)
commitf5e65bbbee191a336f387cbb7163ba249b161d53
tree4dae4c6495ca8ab5c48b9a9447b43bed38cbfbe8
parent29e471cc0a2dad53e9612dcfe0f8d167081373de
Feature: The iki_read program should support a more generalized substitution process called "replace".

In the distant past I mixed up having only two or three substitution parameters.
After getting confused, I decided to just have a 3 argument substitution.
The three argument substitution only substitutes if both the variable name and the variable value match.

This is great but it doesn't follow the completeness theorem.
The iki_read should also handle the general case in addition to the specific case.

Provide a two argument substitution called "replace" that handles the more general case.
When any variable name matches the given replace parameter, then the variable value is replaced for all matching variable names regardless of the existing variable value.

Fix small mistakes in the IKI specification.
I needed to refer to the "variable value" with this change and "variable variable" is simply not the correct way.
Use "variable names" rather than "object names" to be more consistent and clear in this regard.
level_3/iki_read/c/common.c
level_3/iki_read/c/common.h
level_3/iki_read/c/iki_read.c
level_3/iki_read/c/private-print.c
level_3/iki_read/c/private-print.h
level_3/iki_read/c/private-read.c
level_3/iki_read/c/private-read.h
specifications/iki.txt