Subst: A norm NON-compliant and incomplete version

The code does not update flags yet and is to be refactored to conform to the
norm.
Tests required but needing a new version of the wordsplitting code.
This commit is contained in:
Jérôme Guélen 2025-02-28 18:48:30 +01:00
parent 2dd54e2827
commit e348040ea4
No known key found for this signature in database
10 changed files with 328 additions and 91 deletions

View file

@ -59,6 +59,7 @@ srcs = \
src/postprocess/redirections/redirection_list.c \
src/postprocess/redirections/redirection_parsing.c \
src/postprocess/redirections/redirection_type.c \
src/subst/replace_substr.c \
objs = $(srcs:.c=.o)
export objs