diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | README.pdf | bin | 277696 -> 277696 bytes |
2 files changed, 3 insertions, 3 deletions
| @@ -36,7 +36,7 @@ A minimal block of code, recognized by `pangler`, with ID `identifier` is | |||
| 36 | ~~~ | 36 | ~~~ |
| 37 | 37 | ||
| 38 | Code blocks can contain **code macros** of the form `<<identifier>>` where `identifier` is a valid code block ID. | 38 | Code blocks can contain **code macros** of the form `<<identifier>>` where `identifier` is a valid code block ID. |
| 39 | Code macros will be recursively substituted by the corresponding code snippet during [code generation][Tangling: generating the source files]. | 39 | Code macros will be recursively substituted by the corresponding code snippet during [code generation](#tangling-generating-the-source-files). |
| 40 | A code macro needs to be placed in its own line, with an optional (whitespace) indentation, used during code generation to indent the code snippet. | 40 | A code macro needs to be placed in its own line, with an optional (whitespace) indentation, used during code generation to indent the code snippet. |
| 41 | 41 | ||
| 42 | Additional attributes and classes can be added to a code block, as well; | 42 | Additional attributes and classes can be added to a code block, as well; |
| @@ -75,7 +75,7 @@ The following code block determines the content of file `path/to/file.py`. | |||
| 75 | ``` | 75 | ``` |
| 76 | ~~~ | 76 | ~~~ |
| 77 | 77 | ||
| 78 | This path is relative to the current working directory, unless [the `-o`/`--output` flag is used][Command Line Interface]. | 78 | This path is relative to the current working directory, unless [the `-o`/`--output` flag is used](#command-line-interface). |
| 79 | 79 | ||
| 80 | Code blocks without an ID are ignored. | 80 | Code blocks without an ID are ignored. |
| 81 | 81 | ||
| @@ -206,7 +206,7 @@ let config = Config::parse(); | |||
| 206 | ``` | 206 | ``` |
| 207 | 207 | ||
| 208 | `pangler` accepts a sequence of files that will be parsed, code will be collected and used to build the final program. | 208 | `pangler` accepts a sequence of files that will be parsed, code will be collected and used to build the final program. |
| 209 | Note that the order of the file provided on the CLI is important when using the [overriding functionality][Writing programs]. | 209 | Note that the order of the file provided on the CLI is important when using the [overriding functionality](#writing-programs). |
| 210 | 210 | ||
| 211 | ```{#config_input .rust} | 211 | ```{#config_input .rust} |
| 212 | /// Input files | 212 | /// Input files |
| Binary files differ | |||
