home *** CD-ROM | disk | FTP | other *** search
-
- /* Copyright (C) 1988, 1989 Herve' Touati, Aquarius Project, UC Berkeley */
-
- #include "Instructions/switch_on_term.h"
- #include "Instructions/switch_on_constant.h"
- #include "Instructions/switch_on_structure.h"
- #include "Instructions/try.h"
- #include "Instructions/retry.h"
- #include "Instructions/trust.h"
- #include "Instructions/try_me_else.h"
- #include "Instructions/retry_me_else.h"
- #include "Instructions/trust_me_else.h"
- #include "Instructions/fail.h"
- #include "Instructions/cut.h"
- #include "Instructions/proceed.h"
- #include "Instructions/execute_proc.h"
- #include "Instructions/execute_label.h"
- #include "Instructions/call.h"
- #include "Instructions/escape.h"
- #include "Instructions/init.h"
- #include "Instructions/get_variable_x.h"
- #include "Instructions/get_variable_y.h"
- #include "Instructions/get_value_x.h"
- #include "Instructions/get_value_y.h"
- #include "Instructions/get_constant.h"
- #include "Instructions/get_nil.h"
- #include "Instructions/get_structure.h"
- #include "Instructions/get_list.h"
- #include "Instructions/get_cdr_list.h"
- #include "Instructions/get_cdr_list_write.h"
- #include "Instructions/put_variable_x.h"
- #include "Instructions/put_variable_y.h"
- #include "Instructions/put_value_x.h"
- #include "Instructions/put_value_y.h"
- #include "Instructions/put_unsafe_value.h"
- #include "Instructions/put_constant.h"
- #include "Instructions/put_nil.h"
- #include "Instructions/put_structure.h"
- #include "Instructions/put_list.h"
- #include "Instructions/unify_void.h"
- #include "Instructions/unify_void_write.h"
- #include "Instructions/unify_value_x.h"
- #include "Instructions/unify_value_y.h"
- #include "Instructions/unify_value_write_x.h"
- #include "Instructions/unify_value_write_y.h"
- #include "Instructions/unify_variable_x.h"
- #include "Instructions/unify_variable_y.h"
- #include "Instructions/unify_variable_write_x.h"
- #include "Instructions/unify_variable_write_y.h"
- #include "Instructions/unify_unsafe_value.h"
- #include "Instructions/unify_unsafe_value_write.h"
- #include "Instructions/unify_constant.h"
- #include "Instructions/unify_constant_write.h"
- #include "Instructions/unify_nil.h"
- #include "Instructions/unify_nil_write.h"
- #include "Instructions/halt.h"
-