summaryrefslogtreecommitdiff
path: root/src/interpreter/denotable.ts
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2024-03-05 14:28:28 -0700
committerLizzy Hunt <lizzy.hunt@usu.edu>2024-03-05 14:28:28 -0700
commit2f77b3fb5a102224c83db2f1fa093c278db716e5 (patch)
treedf00b9c963dedb805c06a717d2840206dd0bceea /src/interpreter/denotable.ts
parent9d1bd0d489870a1d9a3c971542a248def9d84b0d (diff)
downloadcps-interpreter-2f77b3fb5a102224c83db2f1fa093c278db716e5.tar.gz
cps-interpreter-2f77b3fb5a102224c83db2f1fa093c278db716e5.zip
evaluate booleans
Diffstat (limited to 'src/interpreter/denotable.ts')
-rw-r--r--src/interpreter/denotable.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interpreter/denotable.ts b/src/interpreter/denotable.ts
index bb520f8..119cccf 100644
--- a/src/interpreter/denotable.ts
+++ b/src/interpreter/denotable.ts
@@ -1,5 +1,4 @@
import type { Identifier } from '@/parser';
-import { testingLogger } from '@t/logger';
export type UnionDenotableType =
| Array<DenotableType | DenotableFunctionSignature>