LICENSE.txt
MANIFEST.in
README.md
conftest.py
run.py
run_all_tests.py
run_do_test.py
setup.cfg
setup.py
fclpy/__init__.py
fclpy/character.py
fclpy/cl_symbol_names.py
fclpy/classes.py
fclpy/cli.py
fclpy/lispenv.py
fclpy/lispfunc.py
fclpy/lispreader.py
fclpy/lisptype.py
fclpy/lisptype_basic.py
fclpy/lisptype_extended.py
fclpy/numtoken.py
fclpy/printer.py
fclpy/readtable.py
fclpy/readtable_simple.py
fclpy/runtime.py
fclpy/state.py
fclpy/tokenizer.py
fclpy/typespec.py
fclpy/watchdog.py
fclpy.egg-info/PKG-INFO
fclpy.egg-info/SOURCES.txt
fclpy.egg-info/dependency_links.txt
fclpy.egg-info/entry_points.txt
fclpy.egg-info/not-zip-safe
fclpy.egg-info/requires.txt
fclpy.egg-info/top_level.txt
fclpy/lispfunc/__init__.py
fclpy/lispfunc/arrays.py
fclpy/lispfunc/binding.py
fclpy/lispfunc/characters.py
fclpy/lispfunc/classes.py
fclpy/lispfunc/comparison.py
fclpy/lispfunc/core.py
fclpy/lispfunc/evaluation.py
fclpy/lispfunc/evaluation_conditions.py
fclpy/lispfunc/evaluation_control_flow.py
fclpy/lispfunc/evaluation_core.py
fclpy/lispfunc/evaluation_loops_conditionals.py
fclpy/lispfunc/evaluation_special_forms.py
fclpy/lispfunc/evaluation_special_registrations.py
fclpy/lispfunc/evaluation_stubs.py
fclpy/lispfunc/io.py
fclpy/lispfunc/io_read.py
fclpy/lispfunc/io_write.py
fclpy/lispfunc/math.py
fclpy/lispfunc/math_advanced.py
fclpy/lispfunc/math_arithmetic.py
fclpy/lispfunc/misc_clos.py
fclpy/lispfunc/misc_hashtables.py
fclpy/lispfunc/misc_macros.py
fclpy/lispfunc/misc_packages.py
fclpy/lispfunc/pathnames.py
fclpy/lispfunc/registry.py
fclpy/lispfunc/sequence_protocol.py
fclpy/lispfunc/sequences.py
fclpy/lispfunc/sequences_compose.py
fclpy/lispfunc/sequences_higher.py
fclpy/lispfunc/sequences_modify.py
fclpy/lispfunc/sequences_search.py
fclpy/lispfunc/standard_macros.py
fclpy/lispfunc/streams.py
fclpy/lispfunc/utilities.py
fclpy/lispfunc/utilities_errors.py
fclpy/lispfunc/utilities_functions.py
fclpy/lispfunc/utilities_misc.py
fclpy/lispfunc/utilities_symbols.py
fclpy/lispfunc/utilities_system.py
fclpy/system/__init__.py
fclpy/system/filesystem.py
fclpy/system/kernel.py
fclpy/system/shell.py
tests/test_array_model.py
tests/test_big_integers.py
tests/test_character.py
tests/test_cl_symbol_names.py
tests/test_complex_numbers.py
tests/test_comprehensive_converted.py
tests/test_condition_designator_fixes.py
tests/test_coverage_script.py
tests/test_declarations.py
tests/test_dispatch_macros.py
tests/test_do_symbols_family.py
tests/test_documentation.py
tests/test_environment_and_loop_value.py
tests/test_equality_strings.py
tests/test_file_loading.py
tests/test_format.py
tests/test_handler_stack_signaling.py
tests/test_hash_tables.py
tests/test_iteration_variable_binding.py
tests/test_keyword_argument_conformance.py
tests/test_keyword_implementation.py
tests/test_keywords_evaluation.py
tests/test_lispenv_functions.py
tests/test_list_traversal.py
tests/test_loop.py
tests/test_loop_clauses.py
tests/test_loop_watchdog.py
tests/test_math_rounding.py
tests/test_method_combination.py
tests/test_no_duplicate_registrations.py
tests/test_optimization_policy.py
tests/test_ordinary_lambda_list.py
tests/test_packages_intern.py
tests/test_phase1_comprehensive.py
tests/test_phase3_backquote.py
tests/test_phase3_dynamic_binding.py
tests/test_phase3_lambda_list.py
tests/test_phase3_macro_system.py
tests/test_phase3_macros_vs_functions.py
tests/test_phase3_multiple_values.py
tests/test_phase3_nonlocal_exits.py
tests/test_phase3_special_forms.py
tests/test_phase3_unwind_protect.py
tests/test_phase4_multiple_values.py
tests/test_phase4_task2_multiple_value_functions.py
tests/test_phase4_task3_condition_hierarchy.py
tests/test_phase4_task4_signaling_functions.py
tests/test_phase4_task5_restart_system.py
tests/test_phase5_sequence_protocol.py
tests/test_phase5_task2_sequence_functions.py
tests/test_phase5_task5_streams.py
tests/test_phase5_task6_pathnames.py
tests/test_phase6_classes.py
tests/test_phase6_comprehensive.py
tests/test_predicate_booleans.py
tests/test_predicates_characters.py
tests/test_printer.py
tests/test_printer_ansi.py
tests/test_printer_t_nil.py
tests/test_quasiquote.py
tests/test_random_state.py
tests/test_rational_arithmetic.py
tests/test_reader_and_packages.py
tests/test_reader_errors.py
tests/test_readtable.py
tests/test_readtable_advanced.py
tests/test_readtable_designator.py
tests/test_recursion_depth.py
tests/test_repl_keywords_integration.py
tests/test_roundtrip.py
tests/test_sequence_result_types.py
tests/test_string_elements.py
tests/test_string_streams.py
tests/test_symbol_interning.py
tests/test_symbol_slots.py
tests/test_system_construction.py
tests/test_tokenizer.py
tests/test_typespec.py
tests/test_with_standard_io_syntax.py