From 32da76d4577b6508aaa2539625b6689f946bc95a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Feb 2021 00:56:09 +0100 Subject: Finish rewrite to C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index ec06c25..9d39bdf 100644 --- a/README +++ b/README @@ -23,12 +23,12 @@ DESCRIPTION symbol for preprocessing directives) or @>, or is between a line starting with @< and a line starting with @>, is parsed as a line, written in Bash, that - is executed during preprocessing. - A @< line must have an associated @> line somewhere - after it, all lines between them are parsed as - preprocessing directives. A @> does however not need - an associated @< line somewhere before it, making - @> suitable for single line directives. + is executed during preprocessing. A @< line must have + an associated @> line somewhere after it, all lines + between them are parsed as preprocessing directives. + A @> does however not need an associated @< line + somewhere before it, making @> suitable for single + line directives. Preprocessing directives can also be inline. For this, use @(COMMAND) where COMMAND is the Bash code to run. @@ -41,7 +41,7 @@ DESCRIPTION for lowercase. Everything that is not a preprocessing directive is - echo verbatim. + echo verbatim, except all @@ are replaced by @. OPTIONS -D name=value -- cgit v1.2.3-70-g09d2