From ae77bbda241a11e37c1e5e10d4ec8ec43972790b Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Tue, 14 Feb 2023 08:48:08 -0800 Subject: [PATCH] Move all the bigints code into own dir. --- {implementations/Python => joy_code/bigints}/bi.txt | 0 {bigjoyints => joy_code/bigints}/big.py | 0 {implementations => joy_code/bigints}/bigints.joy | 0 {bigjoyints => joy_code/bigints}/divmod.py | 0 {bigjoyints => joy_code/bigints}/lil_divmod.py | 0 .../Python/bigints.joy => joy_code/bigints/older-bigints.joy | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {implementations/Python => joy_code/bigints}/bi.txt (100%) rename {bigjoyints => joy_code/bigints}/big.py (100%) rename {implementations => joy_code/bigints}/bigints.joy (100%) rename {bigjoyints => joy_code/bigints}/divmod.py (100%) rename {bigjoyints => joy_code/bigints}/lil_divmod.py (100%) rename implementations/Python/bigints.joy => joy_code/bigints/older-bigints.joy (100%) diff --git a/implementations/Python/bi.txt b/joy_code/bigints/bi.txt similarity index 100% rename from implementations/Python/bi.txt rename to joy_code/bigints/bi.txt diff --git a/bigjoyints/big.py b/joy_code/bigints/big.py similarity index 100% rename from bigjoyints/big.py rename to joy_code/bigints/big.py diff --git a/implementations/bigints.joy b/joy_code/bigints/bigints.joy similarity index 100% rename from implementations/bigints.joy rename to joy_code/bigints/bigints.joy diff --git a/bigjoyints/divmod.py b/joy_code/bigints/divmod.py similarity index 100% rename from bigjoyints/divmod.py rename to joy_code/bigints/divmod.py diff --git a/bigjoyints/lil_divmod.py b/joy_code/bigints/lil_divmod.py similarity index 100% rename from bigjoyints/lil_divmod.py rename to joy_code/bigints/lil_divmod.py diff --git a/implementations/Python/bigints.joy b/joy_code/bigints/older-bigints.joy similarity index 100% rename from implementations/Python/bigints.joy rename to joy_code/bigints/older-bigints.joy