OSDN Git Service

Move Python impl to impls dir.
authorSimon Forman <sforman@hushmail.com>
Tue, 25 Jan 2022 03:02:47 +0000 (19:02 -0800)
committerSimon Forman <sforman@hushmail.com>
Tue, 25 Jan 2022 03:02:47 +0000 (19:02 -0800)
commitd42a8dfc0cc2c40f32f55a3f053d3717c1e3d829
treeb6309b15bc9d7d753683510648f849404d7074b8
parent530deab19d843aec304eff17a40d08cf752d9727
Move Python impl to impls dir.
17 files changed:
implementations/Python/MANIFEST.in [moved from MANIFEST.in with 100% similarity]
implementations/Python/Makefile [moved from Makefile with 100% similarity]
implementations/Python/debugger.out [moved from debugger.out with 100% similarity]
implementations/Python/debugger.py [moved from debugger.py with 100% similarity]
implementations/Python/joy/__init__.py [moved from joy/__init__.py with 100% similarity]
implementations/Python/joy/__main__.py [moved from joy/__main__.py with 100% similarity]
implementations/Python/joy/defs.txt [moved from joy/defs.txt with 100% similarity]
implementations/Python/joy/joy.py [moved from joy/joy.py with 100% similarity]
implementations/Python/joy/library.py [moved from joy/library.py with 100% similarity]
implementations/Python/joy/parser.py [moved from joy/parser.py with 100% similarity]
implementations/Python/joy/utils/__init__.py [moved from joy/utils/__init__.py with 100% similarity]
implementations/Python/joy/utils/errors.py [moved from joy/utils/errors.py with 100% similarity]
implementations/Python/joy/utils/generated_library.py [moved from joy/utils/generated_library.py with 100% similarity]
implementations/Python/joy/utils/pretty_print.py [moved from joy/utils/pretty_print.py with 100% similarity]
implementations/Python/joy/utils/stack.py [moved from joy/utils/stack.py with 100% similarity]
implementations/Python/pyproject.toml [moved from pyproject.toml with 100% similarity]
implementations/Python/setup.py [moved from setup.py with 100% similarity]