diff options
| author | Keith Packard <keithp@keithp.com> | 2018-01-07 23:05:02 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-01-07 23:05:02 -0800 |
| commit | bf37c22c6cdd4a90117bdc809e5c063a079082ad (patch) | |
| tree | bd2aedbac29c35c2cb888edb7dbd094b3e2c5c6a /src/scheme/ao_scheme_builtin.txt | |
| parent | 283553f0f118cef1dbcfbf5e86a43575a610d27f (diff) | |
altos/scheme: Allow individual lisp keywords to be feature-conditional
This lets us build a smaller lisp that is just missing some aliases
for existing functionality to save rom space.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/ao_scheme_builtin.txt')
| -rw-r--r-- | src/scheme/ao_scheme_builtin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scheme/ao_scheme_builtin.txt b/src/scheme/ao_scheme_builtin.txt index 8f9a6381..fd29d607 100644 --- a/src/scheme/ao_scheme_builtin.txt +++ b/src/scheme/ao_scheme_builtin.txt @@ -49,8 +49,8 @@ all f_lambda nullp null? all f_lambda not all f_lambda listp list? all f_lambda pairp pair? -all f_lambda integerp integer? exact? exact-integer? -all f_lambda numberp number? real? +all f_lambda integerp integer? exact?@BIGINT exact-integer?@BIGINT +all f_lambda numberp number? real?@FLOAT all f_lambda booleanp boolean? all f_lambda set_car set-car! all f_lambda set_cdr set-cdr! |
