diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-05 21:37:01 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-05 21:37:01 -0500 |
| commit | ae7ce4965823c1670e79a7a06c6af166f48ad3ea (patch) | |
| tree | 64abb414e73e988e789a0e906e656d1978b9b339 /src/README.txt | |
| parent | 718a810b5349a166c63010ada887112ecc6a7af6 (diff) | |
Fix broken sentence
Diffstat (limited to 'src/README.txt')
| -rw-r--r-- | src/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README.txt b/src/README.txt index 769bf4f5..a04d515f 100644 --- a/src/README.txt +++ b/src/README.txt @@ -23,8 +23,8 @@ Since it defines primitives, the runtime is only sort of BQN. This is why pr.bqn is required to process it. It's also compiled with a custom primitive set. -e.bqn and p.bqn also require the definitions from svg.bqn; they are -attached cjs.bqn. +e.bqn and p.bqn also require the definitions from ../svg.bqn; this file +is prepended by cjs.bqn. Some of these files are also used elsewhere: pp.bqn preprocesses other primitive-defining code in ../test/ref.bqn, and f.bqn is used to format |
