X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fscheme%2Fao_scheme_builtin.txt;fp=src%2Fscheme%2Fao_scheme_builtin.txt;h=0000000000000000000000000000000000000000;hp=fd29d6076274adca2d188fae0eba2dc09c605443;hb=f26cc1a677f577da533425a15485fcaa24626b23;hpb=4b52fc6eea9a478cb3dd42dcd32c92838df39734 diff --git a/src/scheme/ao_scheme_builtin.txt b/src/scheme/ao_scheme_builtin.txt deleted file mode 100644 index fd29d607..00000000 --- a/src/scheme/ao_scheme_builtin.txt +++ /dev/null @@ -1,100 +0,0 @@ -BIGINT feature bigint -all atom eof -all atom else -all f_lambda eval -all f_lambda read -all nlambda lambda -all nlambda nlambda -all nlambda macro -all f_lambda car -all f_lambda cdr -all f_lambda cons -all f_lambda last -all f_lambda length -all f_lambda list_copy list-copy -all f_lambda list_tail list-tail -all nlambda quote -QUASI atom quasiquote -QUASI atom unquote -QUASI atom unquote_splicing unquote-splicing -all f_lambda set -all macro setq set! -all f_lambda def -all nlambda cond -all nlambda begin -all nlambda while -all f_lambda write -all f_lambda display -all f_lambda plus + string-append -all f_lambda minus - -all f_lambda times * -all f_lambda divide / -all f_lambda modulo modulo % -all f_lambda remainder -all f_lambda quotient -all f_lambda floor_quotient floor-quotient -all f_lambda equal = eq? eqv? -all f_lambda less < string string>? -all f_lambda less_equal <= string<=? -all f_lambda greater_equal >= string>=? -all f_lambda flush_output flush-output -TIME f_lambda delay -GPIO f_lambda led -SAVE f_lambda save -SAVE f_lambda restore -all f_lambda call_cc call-with-current-continuation call/cc -all f_lambda collect -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?@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! -all f_lambda symbolp symbol? -all f_lambda list_to_string list->string -all f_lambda string_to_list string->list -all f_lambda symbol_to_string symbol->string -all f_lambda string_to_symbol string->symbol -all f_lambda stringp string? -all f_lambda string_ref string-ref -all f_lambda string_set string-set! -all f_lambda string_length string-length -all f_lambda make_string make-string -all f_lambda procedurep procedure? -all lambda apply -all f_lambda read_char read-char -all f_lambda write_char write-char -all f_lambda exit -TIME f_lambda current_jiffy current-jiffy -TIME f_lambda jiffies_per_second jiffies-per-second -FLOAT f_lambda finitep finite? -FLOAT f_lambda infinitep infinite? -FLOAT f_lambda inexactp inexact? -FLOAT f_lambda sqrt -VECTOR f_lambda vector_ref vector-ref -VECTOR f_lambda vector_set vector-set! -VECTOR f_lambda vector -VECTOR f_lambda make_vector make-vector -VECTOR f_lambda list_to_vector list->vector -VECTOR f_lambda vector_to_list vector->list -VECTOR f_lambda vector_length vector-length -VECTOR f_lambda vectorp vector? -PORT f_lambda portp port? -PORT f_lambda port_openp port-open? -PORT f_lambda open_input_file open-input-file -PORT f_lambda open_output_file open-output-file -PORT f_lambda close_port close-port -PORT f_lambda current_input_port current-input-port -PORT f_lambda current_output_port current-output-port -PORT f_lambda current_error_port current-error-port -POSIX f_lambda command_line command-line -POSIX f_lambda get_environment_variables get-environment-variables -POSIX f_lambda get_environment_variable get-environment-variable -POSIX f_lambda file_existsp file-exists? -POSIX f_lambda delete_file delete-file -POSIX f_lambda current_second current-second -UNDEF f_lambda undef