From 0a5ec5b2c31eccda5e00239df80ae3675a51b0a2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 1 Nov 2021 16:04:45 -0400 Subject: Remove dzref --- src/README.txt | 5 ++--- src/pp.bqn | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/README.txt b/src/README.txt index 5b2f659b..769bf4f5 100644 --- a/src/README.txt +++ b/src/README.txt @@ -27,6 +27,5 @@ e.bqn and p.bqn also require the definitions from svg.bqn; they are attached cjs.bqn. Some of these files are also used elsewhere: pp.bqn preprocesses other -primitive-defining code in ../test/ref.bqn and ../dzref, and f.bqn is -used to format results in markdown while e.bqn generates diagrams for -the tutorials. +primitive-defining code in ../test/ref.bqn, and f.bqn is used to format +results in markdown while e.bqn generates diagrams for the tutorials. diff --git a/src/pp.bqn b/src/pp.bqn index ee8713de..6ce99f12 100644 --- a/src/pp.bqn +++ b/src/pp.bqn @@ -1,6 +1,6 @@ # Primitive processor -# Used in dzref and pr.bqn for handling source code with primitive -# redefinitions. +# Used in pr.bqn and ../test/ref.bqn for handling source code with +# primitive redefinitions. # Defining a primitive shadows previous definitions, so earlier uses # of the primitive still use the old definition. # This is handled by using a new name each time it's defined. -- cgit v1.2.3