diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-02-28 13:41:53 -0700 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-02-28 13:41:53 -0700 |
commit | d39cf84965dffd11cab440f5a4efa1b16932ba73 (patch) | |
tree | e0239d2047756120c51fd431999520ffbb38d29b /src/interpreter/denotable.ts | |
parent | 7cc3ef5fa1feec8087618c899441a11052f84c48 (diff) | |
download | cps-interpreter-d39cf84965dffd11cab440f5a4efa1b16932ba73.tar.gz cps-interpreter-d39cf84965dffd11cab440f5a4efa1b16932ba73.zip |
branching
Diffstat (limited to 'src/interpreter/denotable.ts')
-rw-r--r-- | src/interpreter/denotable.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpreter/denotable.ts b/src/interpreter/denotable.ts index 65aee86..bb520f8 100644 --- a/src/interpreter/denotable.ts +++ b/src/interpreter/denotable.ts @@ -21,6 +21,7 @@ export type DenotableType = | 'null' | 'int' | 'real' + | 'bool' | 'string' | 'bytearray' | 'function' |