diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-28 00:56:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-28 00:56:09 +0100 |
commit | 32da76d4577b6508aaa2539625b6689f946bc95a (patch) | |
tree | 361390566ee1f1adc64424f1772238f4dba01ad1 /README | |
parent | remove todo (diff) | |
download | gpp-32da76d4577b6508aaa2539625b6689f946bc95a.tar.gz gpp-32da76d4577b6508aaa2539625b6689f946bc95a.tar.bz2 gpp-32da76d4577b6508aaa2539625b6689f946bc95a.tar.xz |
Finish rewrite to C
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |