CMakeLists.txt
Config.cmake.in
LICENSE.txt
README.md
pyproject.toml
setup.py
./inkcpp/CMakeLists.txt
./inkcpp/array.h
./inkcpp/avl_array.h
./inkcpp/casting.h
./inkcpp/choice.cpp
./inkcpp/container_operations.cpp
./inkcpp/container_operations.h
./inkcpp/executioner.h
./inkcpp/functional.cpp
./inkcpp/functions.cpp
./inkcpp/functions.h
./inkcpp/globals_impl.cpp
./inkcpp/globals_impl.h
./inkcpp/header.cpp
./inkcpp/list_impl.cpp
./inkcpp/list_impl.h
./inkcpp/list_operations.cpp
./inkcpp/list_operations.h
./inkcpp/list_table.cpp
./inkcpp/list_table.h
./inkcpp/numeric_operations.cpp
./inkcpp/numeric_operations.h
./inkcpp/operation_bases.h
./inkcpp/operations.h
./inkcpp/output.cpp
./inkcpp/output.h
./inkcpp/platform.h
./inkcpp/random.h
./inkcpp/runner_impl.cpp
./inkcpp/runner_impl.h
./inkcpp/simple_restorable_stack.h
./inkcpp/snapshot_impl.cpp
./inkcpp/snapshot_impl.h
./inkcpp/snapshot_interface.h
./inkcpp/stack.cpp
./inkcpp/stack.h
./inkcpp/story_impl.cpp
./inkcpp/story_impl.h
./inkcpp/story_ptr.cpp
./inkcpp/string_operations.cpp
./inkcpp/string_operations.h
./inkcpp/string_table.cpp
./inkcpp/string_table.h
./inkcpp/string_utils.h
./inkcpp/system.cpp
./inkcpp/tuple.hpp
./inkcpp/value.cpp
./inkcpp/value.h
./inkcpp/collections/restorable.cpp
./inkcpp/collections/restorable.h
./inkcpp/include/choice.h
./inkcpp/include/functional.h
./inkcpp/include/globals.h
./inkcpp/include/list.h
./inkcpp/include/runner.h
./inkcpp/include/snapshot.h
./inkcpp/include/story.h
./inkcpp/include/story_ptr.h
./inkcpp/include/traits.h
./inkcpp/include/types.h
./inkcpp_compiler/CMakeLists.txt
./inkcpp_compiler/binary_emitter.cpp
./inkcpp_compiler/binary_emitter.h
./inkcpp_compiler/binary_stream.cpp
./inkcpp_compiler/binary_stream.h
./inkcpp_compiler/command.cpp
./inkcpp_compiler/compiler.cpp
./inkcpp_compiler/emitter.cpp
./inkcpp_compiler/emitter.h
./inkcpp_compiler/json.hpp
./inkcpp_compiler/json_compiler.cpp
./inkcpp_compiler/json_compiler.h
./inkcpp_compiler/list_data.cpp
./inkcpp_compiler/list_data.h
./inkcpp_compiler/reporter.cpp
./inkcpp_compiler/reporter.h
./inkcpp_compiler/text_emitter.cpp
./inkcpp_compiler/text_emitter.h
./inkcpp_compiler/include/compilation_results.h
./inkcpp_compiler/include/compiler.h
./inkcpp_py/CMakeLists.txt
./inkcpp_py/example.py
./inkcpp_py/unreal_example.ink
./inkcpp_py/pybind11/.appveyor.yml
./inkcpp_py/pybind11/.clang-format
./inkcpp_py/pybind11/.clang-tidy
./inkcpp_py/pybind11/.cmake-format.yaml
./inkcpp_py/pybind11/.codespell-ignore-lines
./inkcpp_py/pybind11/.git
./inkcpp_py/pybind11/.gitattributes
./inkcpp_py/pybind11/.gitignore
./inkcpp_py/pybind11/.pre-commit-config.yaml
./inkcpp_py/pybind11/.readthedocs.yml
./inkcpp_py/pybind11/CMakeLists.txt
./inkcpp_py/pybind11/LICENSE
./inkcpp_py/pybind11/MANIFEST.in
./inkcpp_py/pybind11/README.rst
./inkcpp_py/pybind11/SECURITY.md
./inkcpp_py/pybind11/noxfile.py
./inkcpp_py/pybind11/pyproject.toml
./inkcpp_py/pybind11/setup.cfg
./inkcpp_py/pybind11/setup.py
./inkcpp_py/pybind11/.github/CODEOWNERS
./inkcpp_py/pybind11/.github/CONTRIBUTING.md
./inkcpp_py/pybind11/.github/dependabot.yml
./inkcpp_py/pybind11/.github/labeler.yml
./inkcpp_py/pybind11/.github/labeler_merged.yml
./inkcpp_py/pybind11/.github/pull_request_template.md
./inkcpp_py/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
./inkcpp_py/pybind11/.github/ISSUE_TEMPLATE/config.yml
./inkcpp_py/pybind11/.github/matchers/pylint.json
./inkcpp_py/pybind11/.github/workflows/ci.yml
./inkcpp_py/pybind11/.github/workflows/configure.yml
./inkcpp_py/pybind11/.github/workflows/format.yml
./inkcpp_py/pybind11/.github/workflows/labeler.yml
./inkcpp_py/pybind11/.github/workflows/pip.yml
./inkcpp_py/pybind11/.github/workflows/upstream.yml
./inkcpp_py/pybind11/docs/Doxyfile
./inkcpp_py/pybind11/docs/Makefile
./inkcpp_py/pybind11/docs/basics.rst
./inkcpp_py/pybind11/docs/benchmark.py
./inkcpp_py/pybind11/docs/benchmark.rst
./inkcpp_py/pybind11/docs/changelog.rst
./inkcpp_py/pybind11/docs/classes.rst
./inkcpp_py/pybind11/docs/compiling.rst
./inkcpp_py/pybind11/docs/conf.py
./inkcpp_py/pybind11/docs/faq.rst
./inkcpp_py/pybind11/docs/index.rst
./inkcpp_py/pybind11/docs/installing.rst
./inkcpp_py/pybind11/docs/limitations.rst
./inkcpp_py/pybind11/docs/pybind11-logo.png
./inkcpp_py/pybind11/docs/pybind11_vs_boost_python1.png
./inkcpp_py/pybind11/docs/pybind11_vs_boost_python1.svg
./inkcpp_py/pybind11/docs/pybind11_vs_boost_python2.png
./inkcpp_py/pybind11/docs/pybind11_vs_boost_python2.svg
./inkcpp_py/pybind11/docs/reference.rst
./inkcpp_py/pybind11/docs/release.rst
./inkcpp_py/pybind11/docs/requirements.txt
./inkcpp_py/pybind11/docs/upgrade.rst
./inkcpp_py/pybind11/docs/_static/css/custom.css
./inkcpp_py/pybind11/docs/advanced/classes.rst
./inkcpp_py/pybind11/docs/advanced/embedding.rst
./inkcpp_py/pybind11/docs/advanced/exceptions.rst
./inkcpp_py/pybind11/docs/advanced/functions.rst
./inkcpp_py/pybind11/docs/advanced/misc.rst
./inkcpp_py/pybind11/docs/advanced/smart_ptrs.rst
./inkcpp_py/pybind11/docs/advanced/cast/chrono.rst
./inkcpp_py/pybind11/docs/advanced/cast/custom.rst
./inkcpp_py/pybind11/docs/advanced/cast/eigen.rst
./inkcpp_py/pybind11/docs/advanced/cast/functional.rst
./inkcpp_py/pybind11/docs/advanced/cast/index.rst
./inkcpp_py/pybind11/docs/advanced/cast/overview.rst
./inkcpp_py/pybind11/docs/advanced/cast/stl.rst
./inkcpp_py/pybind11/docs/advanced/cast/strings.rst
./inkcpp_py/pybind11/docs/advanced/pycpp/index.rst
./inkcpp_py/pybind11/docs/advanced/pycpp/numpy.rst
./inkcpp_py/pybind11/docs/advanced/pycpp/object.rst
./inkcpp_py/pybind11/docs/advanced/pycpp/utilities.rst
./inkcpp_py/pybind11/docs/cmake/index.rst
./inkcpp_py/pybind11/include/pybind11/attr.h
./inkcpp_py/pybind11/include/pybind11/buffer_info.h
./inkcpp_py/pybind11/include/pybind11/cast.h
./inkcpp_py/pybind11/include/pybind11/chrono.h
./inkcpp_py/pybind11/include/pybind11/common.h
./inkcpp_py/pybind11/include/pybind11/complex.h
./inkcpp_py/pybind11/include/pybind11/eigen.h
./inkcpp_py/pybind11/include/pybind11/embed.h
./inkcpp_py/pybind11/include/pybind11/eval.h
./inkcpp_py/pybind11/include/pybind11/functional.h
./inkcpp_py/pybind11/include/pybind11/gil.h
./inkcpp_py/pybind11/include/pybind11/iostream.h
./inkcpp_py/pybind11/include/pybind11/numpy.h
./inkcpp_py/pybind11/include/pybind11/operators.h
./inkcpp_py/pybind11/include/pybind11/options.h
./inkcpp_py/pybind11/include/pybind11/pybind11.h
./inkcpp_py/pybind11/include/pybind11/pytypes.h
./inkcpp_py/pybind11/include/pybind11/stl.h
./inkcpp_py/pybind11/include/pybind11/stl_bind.h
./inkcpp_py/pybind11/include/pybind11/type_caster_pyobject_ptr.h
./inkcpp_py/pybind11/include/pybind11/detail/class.h
./inkcpp_py/pybind11/include/pybind11/detail/common.h
./inkcpp_py/pybind11/include/pybind11/detail/descr.h
./inkcpp_py/pybind11/include/pybind11/detail/init.h
./inkcpp_py/pybind11/include/pybind11/detail/internals.h
./inkcpp_py/pybind11/include/pybind11/detail/type_caster_base.h
./inkcpp_py/pybind11/include/pybind11/detail/typeid.h
./inkcpp_py/pybind11/include/pybind11/eigen/common.h
./inkcpp_py/pybind11/include/pybind11/eigen/matrix.h
./inkcpp_py/pybind11/include/pybind11/eigen/tensor.h
./inkcpp_py/pybind11/include/pybind11/stl/filesystem.h
./inkcpp_py/pybind11/pybind11/__init__.py
./inkcpp_py/pybind11/pybind11/__main__.py
./inkcpp_py/pybind11/pybind11/_version.py
./inkcpp_py/pybind11/pybind11/commands.py
./inkcpp_py/pybind11/pybind11/py.typed
./inkcpp_py/pybind11/pybind11/setup_helpers.py
./inkcpp_py/pybind11/tests/CMakeLists.txt
./inkcpp_py/pybind11/tests/conftest.py
./inkcpp_py/pybind11/tests/constructor_stats.h
./inkcpp_py/pybind11/tests/cross_module_gil_utils.cpp
./inkcpp_py/pybind11/tests/cross_module_interleaved_error_already_set.cpp
./inkcpp_py/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
./inkcpp_py/pybind11/tests/env.py
./inkcpp_py/pybind11/tests/local_bindings.h
./inkcpp_py/pybind11/tests/object.h
./inkcpp_py/pybind11/tests/pybind11_cross_module_tests.cpp
./inkcpp_py/pybind11/tests/pybind11_tests.cpp
./inkcpp_py/pybind11/tests/pybind11_tests.h
./inkcpp_py/pybind11/tests/pytest.ini
./inkcpp_py/pybind11/tests/requirements.txt
./inkcpp_py/pybind11/tests/test_async.cpp
./inkcpp_py/pybind11/tests/test_async.py
./inkcpp_py/pybind11/tests/test_buffers.cpp
./inkcpp_py/pybind11/tests/test_buffers.py
./inkcpp_py/pybind11/tests/test_builtin_casters.cpp
./inkcpp_py/pybind11/tests/test_builtin_casters.py
./inkcpp_py/pybind11/tests/test_call_policies.cpp
./inkcpp_py/pybind11/tests/test_call_policies.py
./inkcpp_py/pybind11/tests/test_callbacks.cpp
./inkcpp_py/pybind11/tests/test_callbacks.py
./inkcpp_py/pybind11/tests/test_chrono.cpp
./inkcpp_py/pybind11/tests/test_chrono.py
./inkcpp_py/pybind11/tests/test_class.cpp
./inkcpp_py/pybind11/tests/test_class.py
./inkcpp_py/pybind11/tests/test_const_name.cpp
./inkcpp_py/pybind11/tests/test_const_name.py
./inkcpp_py/pybind11/tests/test_constants_and_functions.cpp
./inkcpp_py/pybind11/tests/test_constants_and_functions.py
./inkcpp_py/pybind11/tests/test_copy_move.cpp
./inkcpp_py/pybind11/tests/test_copy_move.py
./inkcpp_py/pybind11/tests/test_custom_type_casters.cpp
./inkcpp_py/pybind11/tests/test_custom_type_casters.py
./inkcpp_py/pybind11/tests/test_custom_type_setup.cpp
./inkcpp_py/pybind11/tests/test_custom_type_setup.py
./inkcpp_py/pybind11/tests/test_docstring_options.cpp
./inkcpp_py/pybind11/tests/test_docstring_options.py
./inkcpp_py/pybind11/tests/test_eigen_matrix.cpp
./inkcpp_py/pybind11/tests/test_eigen_matrix.py
./inkcpp_py/pybind11/tests/test_eigen_tensor.cpp
./inkcpp_py/pybind11/tests/test_eigen_tensor.inl
./inkcpp_py/pybind11/tests/test_eigen_tensor.py
./inkcpp_py/pybind11/tests/test_enum.cpp
./inkcpp_py/pybind11/tests/test_enum.py
./inkcpp_py/pybind11/tests/test_eval.cpp
./inkcpp_py/pybind11/tests/test_eval.py
./inkcpp_py/pybind11/tests/test_eval_call.py
./inkcpp_py/pybind11/tests/test_exceptions.cpp
./inkcpp_py/pybind11/tests/test_exceptions.h
./inkcpp_py/pybind11/tests/test_exceptions.py
./inkcpp_py/pybind11/tests/test_factory_constructors.cpp
./inkcpp_py/pybind11/tests/test_factory_constructors.py
./inkcpp_py/pybind11/tests/test_gil_scoped.cpp
./inkcpp_py/pybind11/tests/test_gil_scoped.py
./inkcpp_py/pybind11/tests/test_iostream.cpp
./inkcpp_py/pybind11/tests/test_iostream.py
./inkcpp_py/pybind11/tests/test_kwargs_and_defaults.cpp
./inkcpp_py/pybind11/tests/test_kwargs_and_defaults.py
./inkcpp_py/pybind11/tests/test_local_bindings.cpp
./inkcpp_py/pybind11/tests/test_local_bindings.py
./inkcpp_py/pybind11/tests/test_methods_and_attributes.cpp
./inkcpp_py/pybind11/tests/test_methods_and_attributes.py
./inkcpp_py/pybind11/tests/test_modules.cpp
./inkcpp_py/pybind11/tests/test_modules.py
./inkcpp_py/pybind11/tests/test_multiple_inheritance.cpp
./inkcpp_py/pybind11/tests/test_multiple_inheritance.py
./inkcpp_py/pybind11/tests/test_numpy_array.cpp
./inkcpp_py/pybind11/tests/test_numpy_array.py
./inkcpp_py/pybind11/tests/test_numpy_dtypes.cpp
./inkcpp_py/pybind11/tests/test_numpy_dtypes.py
./inkcpp_py/pybind11/tests/test_numpy_vectorize.cpp
./inkcpp_py/pybind11/tests/test_numpy_vectorize.py
./inkcpp_py/pybind11/tests/test_opaque_types.cpp
./inkcpp_py/pybind11/tests/test_opaque_types.py
./inkcpp_py/pybind11/tests/test_operator_overloading.cpp
./inkcpp_py/pybind11/tests/test_operator_overloading.py
./inkcpp_py/pybind11/tests/test_pickling.cpp
./inkcpp_py/pybind11/tests/test_pickling.py
./inkcpp_py/pybind11/tests/test_pytypes.cpp
./inkcpp_py/pybind11/tests/test_pytypes.py
./inkcpp_py/pybind11/tests/test_sequences_and_iterators.cpp
./inkcpp_py/pybind11/tests/test_sequences_and_iterators.py
./inkcpp_py/pybind11/tests/test_smart_ptr.cpp
./inkcpp_py/pybind11/tests/test_smart_ptr.py
./inkcpp_py/pybind11/tests/test_stl.cpp
./inkcpp_py/pybind11/tests/test_stl.py
./inkcpp_py/pybind11/tests/test_stl_binders.cpp
./inkcpp_py/pybind11/tests/test_stl_binders.py
./inkcpp_py/pybind11/tests/test_tagbased_polymorphic.cpp
./inkcpp_py/pybind11/tests/test_tagbased_polymorphic.py
./inkcpp_py/pybind11/tests/test_thread.cpp
./inkcpp_py/pybind11/tests/test_thread.py
./inkcpp_py/pybind11/tests/test_type_caster_pyobject_ptr.cpp
./inkcpp_py/pybind11/tests/test_type_caster_pyobject_ptr.py
./inkcpp_py/pybind11/tests/test_union.cpp
./inkcpp_py/pybind11/tests/test_union.py
./inkcpp_py/pybind11/tests/test_unnamed_namespace_a.cpp
./inkcpp_py/pybind11/tests/test_unnamed_namespace_a.py
./inkcpp_py/pybind11/tests/test_unnamed_namespace_b.cpp
./inkcpp_py/pybind11/tests/test_unnamed_namespace_b.py
./inkcpp_py/pybind11/tests/test_vector_unique_ptr_member.cpp
./inkcpp_py/pybind11/tests/test_vector_unique_ptr_member.py
./inkcpp_py/pybind11/tests/test_virtual_functions.cpp
./inkcpp_py/pybind11/tests/test_virtual_functions.py
./inkcpp_py/pybind11/tests/valgrind-numpy-scipy.supp
./inkcpp_py/pybind11/tests/valgrind-python.supp
./inkcpp_py/pybind11/tests/extra_python_package/pytest.ini
./inkcpp_py/pybind11/tests/extra_python_package/test_files.py
./inkcpp_py/pybind11/tests/extra_setuptools/pytest.ini
./inkcpp_py/pybind11/tests/extra_setuptools/test_setuphelper.py
./inkcpp_py/pybind11/tests/test_cmake_build/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_cmake_build/embed.cpp
./inkcpp_py/pybind11/tests/test_cmake_build/main.cpp
./inkcpp_py/pybind11/tests/test_cmake_build/test.py
./inkcpp_py/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_embed/CMakeLists.txt
./inkcpp_py/pybind11/tests/test_embed/catch.cpp
./inkcpp_py/pybind11/tests/test_embed/external_module.cpp
./inkcpp_py/pybind11/tests/test_embed/test_interpreter.cpp
./inkcpp_py/pybind11/tests/test_embed/test_interpreter.py
./inkcpp_py/pybind11/tests/test_embed/test_trampoline.py
./inkcpp_py/pybind11/tools/FindCatch.cmake
./inkcpp_py/pybind11/tools/FindEigen3.cmake
./inkcpp_py/pybind11/tools/FindPythonLibsNew.cmake
./inkcpp_py/pybind11/tools/JoinPaths.cmake
./inkcpp_py/pybind11/tools/check-style.sh
./inkcpp_py/pybind11/tools/cmake_uninstall.cmake.in
./inkcpp_py/pybind11/tools/codespell_ignore_lines_from_errors.py
./inkcpp_py/pybind11/tools/libsize.py
./inkcpp_py/pybind11/tools/make_changelog.py
./inkcpp_py/pybind11/tools/pybind11.pc.in
./inkcpp_py/pybind11/tools/pybind11Common.cmake
./inkcpp_py/pybind11/tools/pybind11Config.cmake.in
./inkcpp_py/pybind11/tools/pybind11NewTools.cmake
./inkcpp_py/pybind11/tools/pybind11Tools.cmake
./inkcpp_py/pybind11/tools/pyproject.toml
./inkcpp_py/pybind11/tools/setup_global.py.in
./inkcpp_py/pybind11/tools/setup_main.py.in
./inkcpp_py/src/module.cpp
./inkcpp_py/tests/conftest.py
./inkcpp_py/tests/test_ExternalFunctions.py
./inkcpp_py/tests/test_Globals.py
./inkcpp_py/tests/test_Lists.py
./inkcpp_py/tests/test_Observer.py
./inkcpp_py/tests/test_Snapshot.py
./shared/CMakeLists.txt
./shared/private/command.h
./shared/private/header.h
./shared/public/config.h
./shared/public/system.h
./shared/public/version.h
inkcpp_py.egg-info/PKG-INFO
inkcpp_py.egg-info/SOURCES.txt
inkcpp_py.egg-info/dependency_links.txt
inkcpp_py.egg-info/not-zip-safe
inkcpp_py.egg-info/top_level.txt