MANIFEST.in
README.md
pyproject.toml
docs/source/conf.py
typon/__init__.py
typon.egg-info/PKG-INFO
typon.egg-info/SOURCES.txt
typon.egg-info/dependency_links.txt
typon.egg-info/entry_points.txt
typon.egg-info/requires.txt
typon.egg-info/top_level.txt
typon/include/.clang-format
typon/include/.clang-tidy
typon/include/python/basedef.hpp
typon/include/python/builtins.hpp
typon/include/python/dataclasses.hpp
typon/include/python/hashlib.hpp
typon/include/python/io.hpp
typon/include/python/json.hpp
typon/include/python/os.hpp
typon/include/python/referencemodel.hpp
typon/include/python/socket.hpp
typon/include/python/stat.hpp
typon/include/python/sys.hpp
typon/include/python/time.hpp
typon/include/python/typon.hpp
typon/include/python/builtins/bool.hpp
typon/include/python/builtins/bytes.hpp
typon/include/python/builtins/complex.hpp
typon/include/python/builtins/dict.hpp
typon/include/python/builtins/exception.hpp
typon/include/python/builtins/int.hpp
typon/include/python/builtins/list.hpp
typon/include/python/builtins/mutex.hpp
typon/include/python/builtins/print.hpp
typon/include/python/builtins/range.hpp
typon/include/python/builtins/set.hpp
typon/include/python/builtins/slice.hpp
typon/include/python/builtins/str.hpp
typon/runtime/.clang-format
typon/runtime/.clang-tidy
typon/runtime/.git
typon/runtime/.gitignore
typon/runtime/README.md
typon/runtime/rt/examples/.gitignore
typon/runtime/rt/examples/Makefile
typon/runtime/rt/examples/Makefile.clang++-14
typon/runtime/rt/examples/Makefile.g++-11
typon/runtime/rt/examples/await_ready.cpp
typon/runtime/rt/examples/await_result.cpp
typon/runtime/rt/examples/cat.cpp
typon/runtime/rt/examples/fork.cpp
typon/runtime/rt/examples/fork_exceptions.cpp
typon/runtime/rt/examples/fork_variations.cpp
typon/runtime/rt/examples/future_awaited.cpp
typon/runtime/rt/examples/future_detached.cpp
typon/runtime/rt/examples/loop.cpp
typon/runtime/rt/examples/mutex.cpp
typon/runtime/rt/examples/naive_fibonacci_accelerated_fork.cpp
typon/runtime/rt/examples/naive_fibonacci_baseline.cpp
typon/runtime/rt/examples/naive_fibonacci_fork.cpp
typon/runtime/rt/examples/naive_fibonacci_fork_into.cpp
typon/runtime/rt/examples/naive_fibonacci_fork_void.cpp
typon/runtime/rt/examples/naive_fibonacci_future.cpp
typon/runtime/rt/examples/naive_fibonacci_indirection.cpp
typon/runtime/rt/examples/naive_fibonacci_sequential.cpp
typon/runtime/rt/examples/promise.cpp
typon/runtime/rt/examples/shuffle_baseline.cpp
typon/runtime/rt/examples/shuffle_fork.cpp
typon/runtime/rt/examples/sleep.cpp
typon/runtime/rt/examples/sum_baseline.cpp
typon/runtime/rt/examples/sum_fork.cpp
typon/runtime/rt/examples/webserver.cpp
typon/runtime/rt/include/typon/defer.hpp
typon/runtime/rt/include/typon/event_count.hpp
typon/runtime/rt/include/typon/fork.hpp
typon/runtime/rt/include/typon/fork_refcount.hpp
typon/runtime/rt/include/typon/forked.hpp
typon/runtime/rt/include/typon/future.hpp
typon/runtime/rt/include/typon/garbage_collector.hpp
typon/runtime/rt/include/typon/generator.hpp
typon/runtime/rt/include/typon/io.hpp
typon/runtime/rt/include/typon/join.hpp
typon/runtime/rt/include/typon/logger.hpp
typon/runtime/rt/include/typon/meta.hpp
typon/runtime/rt/include/typon/mutex.hpp
typon/runtime/rt/include/typon/pool.hpp
typon/runtime/rt/include/typon/promise.hpp
typon/runtime/rt/include/typon/random.hpp
typon/runtime/rt/include/typon/result.hpp
typon/runtime/rt/include/typon/ring.hpp
typon/runtime/rt/include/typon/ring_buffer.hpp
typon/runtime/rt/include/typon/root.hpp
typon/runtime/rt/include/typon/scheduler.hpp
typon/runtime/rt/include/typon/span.hpp
typon/runtime/rt/include/typon/stack.hpp
typon/runtime/rt/include/typon/syscall_completion.hpp
typon/runtime/rt/include/typon/task.hpp
typon/runtime/rt/include/typon/theft_point.hpp
typon/runtime/rt/include/typon/typon.hpp
typon/trans/__main__.py
typon/trans/main.py
typon/trans/test_runner.py
typon/trans/stdlib/__init__.py
typon/trans/stdlib/builtins_.py
typon/trans/stdlib/dataclasses_.py
typon/trans/stdlib/enum_.py
typon/trans/stdlib/hashlib_.py
typon/trans/stdlib/io_.py
typon/trans/stdlib/json_.py
typon/trans/stdlib/os_.py
typon/trans/stdlib/socket_.py
typon/trans/stdlib/stat_.py
typon/trans/stdlib/sys_.py
typon/trans/stdlib/time_.py
typon/trans/stdlib/typing_.py
typon/trans/stdlib/typon/__init__.py
typon/trans/tests/a_a_call_py_1.py
typon/trans/tests/actor_inc.py
typon/trans/tests/actors.py
typon/trans/tests/builtins_test.py
typon/trans/tests/forward_decl.py
typon/trans/tests/gen_func.py
typon/trans/tests/inheritance.py
typon/trans/tests/mutex_inc.py
typon/trans/tests/out_of_order.py
typon/trans/tests/pyext.post.py
typon/trans/tests/pyext.py
typon/trans/tests/usertype.py
typon/trans/tests/webserver.py
typon/trans/tests/webserver_eval.py
typon/trans/transpiler/__init__.py
typon/trans/transpiler/consts.py
typon/trans/transpiler/error_display.py
typon/trans/transpiler/exceptions.py
typon/trans/transpiler/format.py
typon/trans/transpiler/transpiler.py
typon/trans/transpiler/utils.py
typon/trans/transpiler/phases/__init__.py
typon/trans/transpiler/phases/utils.py
typon/trans/transpiler/phases/desugar_compare/__init__.py
typon/trans/transpiler/phases/desugar_op/__init__.py
typon/trans/transpiler/phases/desugar_subscript/__init__.py
typon/trans/transpiler/phases/desugar_with/__init__.py
typon/trans/transpiler/phases/emit_cpp/__init__.py
typon/trans/transpiler/phases/emit_cpp/class_.py
typon/trans/transpiler/phases/emit_cpp/expr.py
typon/trans/transpiler/phases/emit_cpp/function.py
typon/trans/transpiler/phases/emit_cpp/module.py
typon/trans/transpiler/phases/emit_cpp/visitors.py
typon/trans/transpiler/phases/emit_cpp2/__init__.py
typon/trans/transpiler/phases/emit_cpp2/block.py
typon/trans/transpiler/phases/emit_cpp2/class_.py
typon/trans/transpiler/phases/emit_cpp2/consts.py
typon/trans/transpiler/phases/emit_cpp2/expr.py
typon/trans/transpiler/phases/emit_cpp2/file.py
typon/trans/transpiler/phases/emit_cpp2/function.py
typon/trans/transpiler/phases/emit_cpp2/module.py
typon/trans/transpiler/phases/emit_cpp2/search.py
typon/trans/transpiler/phases/if_main/__init__.py
typon/trans/transpiler/phases/typing/__init__.py
typon/trans/transpiler/phases/typing/annotations.py
typon/trans/transpiler/phases/typing/block.py
typon/trans/transpiler/phases/typing/class_.py
typon/trans/transpiler/phases/typing/common.py
typon/trans/transpiler/phases/typing/exceptions.py
typon/trans/transpiler/phases/typing/expr.py
typon/trans/transpiler/phases/typing/modules.py
typon/trans/transpiler/phases/typing/scope.py
typon/trans/transpiler/phases/typing/stdlib.py
typon/trans/transpiler/phases/typing/types.py