From 6ad979d28fc12c1e29e156f94b5bf9868cf2a4a2 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 11 Jun 2018 09:39:27 -0700 Subject: [PATCH] Fix up bad git subtree import. --- README.rst | 1 + .../aqe/KnowledgeBase example.ipynb | 0 NOTES.txt => misc/aqe/NOTES.txt | 0 README.md => misc/aqe/README.md | 0 __init__.py => misc/aqe/__init__.py | 0 actions.py => misc/aqe/actions.py | 0 {data => misc/aqe/data}/corpus.json | 0 example.md => misc/aqe/example.md | 0 kb.py => misc/aqe/kb.py | 0 sample.py => misc/aqe/sample.py | 0 test_actions.py => misc/aqe/test_actions.py | 0 test_kb.py => misc/aqe/test_kb.py | 0 util.py => misc/aqe/util.py | 0 {default => misc/kforth/default}/defs.h | 0 defs.h => misc/kforth/defs.h | 0 {doc => misc/kforth/doc}/Makefile | 0 {doc => misc/kforth/doc}/conf.py | 0 {doc => misc/kforth/doc}/fst83/FORTH-83.PRN | 0 {doc => misc/kforth/doc}/fst83/fst83-0.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-1.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-10.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-11.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-12.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-13.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-14.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-15.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-16.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-2.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-3.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-4.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-5.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-6.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-7.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-8.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-9.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-a.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-c.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-d.txt | 0 {doc => misc/kforth/doc}/fst83/fst83-e.txt | 0 {doc => misc/kforth/doc}/fst83/fst83_12.fs | 0 {doc => misc/kforth/doc}/fst83/fst83_13.fs | 0 {doc => misc/kforth/doc}/fst83/fst83_14.fs | 0 {doc => misc/kforth/doc}/fst83/fst83_15.fs | 0 {doc => misc/kforth/doc}/fst83/fst83_16.fs | 0 {doc => misc/kforth/doc}/fst83/fst83_b.fs | 0 {doc => misc/kforth/doc}/fst83/fst83_c.fs | 0 {doc => misc/kforth/doc}/fst83/fst83chk.fs | 0 {doc => misc/kforth/doc}/fst83/s.txt | 0 {doc => misc/kforth/doc}/index.rst | 0 {doc => misc/kforth/doc}/part-0x01.rst | 0 {doc => misc/kforth/doc}/part-0x02.rst | 0 {doc => misc/kforth/doc}/part-0x03.rst | 0 {doc => misc/kforth/doc}/part-0x04.rst | 0 {doc => misc/kforth/doc}/part-0x05.rst | 0 {doc => misc/kforth/doc}/part-0x06.rst | 0 {doc => misc/kforth/doc}/part-0x07.rst | 0 {doc => misc/kforth/doc}/part-0x08.rst | 0 {doc => misc/kforth/doc}/part-0x09.rst | 0 eval.c => misc/kforth/eval.c | 0 eval.h => misc/kforth/eval.h | 0 kf.c => misc/kforth/kf.c | 0 {pc => misc/kforth/pc}/defs.h | 0 stack.c => misc/kforth/stack.c | 0 stack.h => misc/kforth/stack.h | 0 stats.txt => misc/kforth/stats.txt | 0 {v1 => misc/kforth/v1}/Makefile | 0 {v1 => misc/kforth/v1}/TODO.txt | 0 {v1 => misc/kforth/v1}/defs.h | 0 {v1 => misc/kforth/v1}/dict.cc | 0 {v1 => misc/kforth/v1}/dict.h | 0 {v1 => misc/kforth/v1}/io.cc | 0 {v1 => misc/kforth/v1}/io.h | 0 {v1 => misc/kforth/v1}/kforth.cc | 0 {v1 => misc/kforth/v1}/linux.h | 0 {v1 => misc/kforth/v1}/linux/defs.h | 0 {v1 => misc/kforth/v1}/linux/io.cc | 0 {v1 => misc/kforth/v1}/linux/io.h | 0 {v1 => misc/kforth/v1}/parser.cc | 0 {v1 => misc/kforth/v1}/parser.h | 0 {v1 => misc/kforth/v1}/stack.h | 0 {v1 => misc/kforth/v1}/system.cc | 0 {v1 => misc/kforth/v1}/system.h | 0 {v1 => misc/kforth/v1}/word.cc | 0 {v1 => misc/kforth/v1}/word.h | 0 word.c => misc/kforth/word.c | 0 word.h => misc/kforth/word.h | 0 86 files changed, 1 insertion(+) rename KnowledgeBase example.ipynb => misc/aqe/KnowledgeBase example.ipynb (100%) rename NOTES.txt => misc/aqe/NOTES.txt (100%) rename README.md => misc/aqe/README.md (100%) rename __init__.py => misc/aqe/__init__.py (100%) rename actions.py => misc/aqe/actions.py (100%) rename {data => misc/aqe/data}/corpus.json (100%) rename example.md => misc/aqe/example.md (100%) rename kb.py => misc/aqe/kb.py (100%) rename sample.py => misc/aqe/sample.py (100%) rename test_actions.py => misc/aqe/test_actions.py (100%) rename test_kb.py => misc/aqe/test_kb.py (100%) rename util.py => misc/aqe/util.py (100%) rename {default => misc/kforth/default}/defs.h (100%) rename defs.h => misc/kforth/defs.h (100%) rename {doc => misc/kforth/doc}/Makefile (100%) rename {doc => misc/kforth/doc}/conf.py (100%) rename {doc => misc/kforth/doc}/fst83/FORTH-83.PRN (100%) rename {doc => misc/kforth/doc}/fst83/fst83-0.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-1.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-10.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-11.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-12.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-13.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-14.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-15.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-16.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-2.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-3.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-4.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-5.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-6.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-7.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-8.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-9.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-a.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-c.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-d.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83-e.txt (100%) rename {doc => misc/kforth/doc}/fst83/fst83_12.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83_13.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83_14.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83_15.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83_16.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83_b.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83_c.fs (100%) rename {doc => misc/kforth/doc}/fst83/fst83chk.fs (100%) rename {doc => misc/kforth/doc}/fst83/s.txt (100%) rename {doc => misc/kforth/doc}/index.rst (100%) rename {doc => misc/kforth/doc}/part-0x01.rst (100%) rename {doc => misc/kforth/doc}/part-0x02.rst (100%) rename {doc => misc/kforth/doc}/part-0x03.rst (100%) rename {doc => misc/kforth/doc}/part-0x04.rst (100%) rename {doc => misc/kforth/doc}/part-0x05.rst (100%) rename {doc => misc/kforth/doc}/part-0x06.rst (100%) rename {doc => misc/kforth/doc}/part-0x07.rst (100%) rename {doc => misc/kforth/doc}/part-0x08.rst (100%) rename {doc => misc/kforth/doc}/part-0x09.rst (100%) rename eval.c => misc/kforth/eval.c (100%) rename eval.h => misc/kforth/eval.h (100%) rename kf.c => misc/kforth/kf.c (100%) rename {pc => misc/kforth/pc}/defs.h (100%) rename stack.c => misc/kforth/stack.c (100%) rename stack.h => misc/kforth/stack.h (100%) rename stats.txt => misc/kforth/stats.txt (100%) rename {v1 => misc/kforth/v1}/Makefile (100%) rename {v1 => misc/kforth/v1}/TODO.txt (100%) rename {v1 => misc/kforth/v1}/defs.h (100%) rename {v1 => misc/kforth/v1}/dict.cc (100%) rename {v1 => misc/kforth/v1}/dict.h (100%) rename {v1 => misc/kforth/v1}/io.cc (100%) rename {v1 => misc/kforth/v1}/io.h (100%) rename {v1 => misc/kforth/v1}/kforth.cc (100%) rename {v1 => misc/kforth/v1}/linux.h (100%) rename {v1 => misc/kforth/v1}/linux/defs.h (100%) rename {v1 => misc/kforth/v1}/linux/io.cc (100%) rename {v1 => misc/kforth/v1}/linux/io.h (100%) rename {v1 => misc/kforth/v1}/parser.cc (100%) rename {v1 => misc/kforth/v1}/parser.h (100%) rename {v1 => misc/kforth/v1}/stack.h (100%) rename {v1 => misc/kforth/v1}/system.cc (100%) rename {v1 => misc/kforth/v1}/system.h (100%) rename {v1 => misc/kforth/v1}/word.cc (100%) rename {v1 => misc/kforth/v1}/word.h (100%) rename word.c => misc/kforth/word.c (100%) rename word.h => misc/kforth/word.h (100%) diff --git a/README.rst b/README.rst index 74f5eee..ad45b97 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,7 @@ Projects + ``par/``: `A Pamphlet Against R `_ + ``pio/``: `PlatformIO `_ projects + ``practical_prolog/``: `The Practice of Prolog `_ ++ ``qc/``: Quantum computing experiments + ``uc/``: `Understanding Computation `_ Related diff --git a/KnowledgeBase example.ipynb b/misc/aqe/KnowledgeBase example.ipynb similarity index 100% rename from KnowledgeBase example.ipynb rename to misc/aqe/KnowledgeBase example.ipynb diff --git a/NOTES.txt b/misc/aqe/NOTES.txt similarity index 100% rename from NOTES.txt rename to misc/aqe/NOTES.txt diff --git a/README.md b/misc/aqe/README.md similarity index 100% rename from README.md rename to misc/aqe/README.md diff --git a/__init__.py b/misc/aqe/__init__.py similarity index 100% rename from __init__.py rename to misc/aqe/__init__.py diff --git a/actions.py b/misc/aqe/actions.py similarity index 100% rename from actions.py rename to misc/aqe/actions.py diff --git a/data/corpus.json b/misc/aqe/data/corpus.json similarity index 100% rename from data/corpus.json rename to misc/aqe/data/corpus.json diff --git a/example.md b/misc/aqe/example.md similarity index 100% rename from example.md rename to misc/aqe/example.md diff --git a/kb.py b/misc/aqe/kb.py similarity index 100% rename from kb.py rename to misc/aqe/kb.py diff --git a/sample.py b/misc/aqe/sample.py similarity index 100% rename from sample.py rename to misc/aqe/sample.py diff --git a/test_actions.py b/misc/aqe/test_actions.py similarity index 100% rename from test_actions.py rename to misc/aqe/test_actions.py diff --git a/test_kb.py b/misc/aqe/test_kb.py similarity index 100% rename from test_kb.py rename to misc/aqe/test_kb.py diff --git a/util.py b/misc/aqe/util.py similarity index 100% rename from util.py rename to misc/aqe/util.py diff --git a/default/defs.h b/misc/kforth/default/defs.h similarity index 100% rename from default/defs.h rename to misc/kforth/default/defs.h diff --git a/defs.h b/misc/kforth/defs.h similarity index 100% rename from defs.h rename to misc/kforth/defs.h diff --git a/doc/Makefile b/misc/kforth/doc/Makefile similarity index 100% rename from doc/Makefile rename to misc/kforth/doc/Makefile diff --git a/doc/conf.py b/misc/kforth/doc/conf.py similarity index 100% rename from doc/conf.py rename to misc/kforth/doc/conf.py diff --git a/doc/fst83/FORTH-83.PRN b/misc/kforth/doc/fst83/FORTH-83.PRN similarity index 100% rename from doc/fst83/FORTH-83.PRN rename to misc/kforth/doc/fst83/FORTH-83.PRN diff --git a/doc/fst83/fst83-0.txt b/misc/kforth/doc/fst83/fst83-0.txt similarity index 100% rename from doc/fst83/fst83-0.txt rename to misc/kforth/doc/fst83/fst83-0.txt diff --git a/doc/fst83/fst83-1.txt b/misc/kforth/doc/fst83/fst83-1.txt similarity index 100% rename from doc/fst83/fst83-1.txt rename to misc/kforth/doc/fst83/fst83-1.txt diff --git a/doc/fst83/fst83-10.txt b/misc/kforth/doc/fst83/fst83-10.txt similarity index 100% rename from doc/fst83/fst83-10.txt rename to misc/kforth/doc/fst83/fst83-10.txt diff --git a/doc/fst83/fst83-11.txt b/misc/kforth/doc/fst83/fst83-11.txt similarity index 100% rename from doc/fst83/fst83-11.txt rename to misc/kforth/doc/fst83/fst83-11.txt diff --git a/doc/fst83/fst83-12.txt b/misc/kforth/doc/fst83/fst83-12.txt similarity index 100% rename from doc/fst83/fst83-12.txt rename to misc/kforth/doc/fst83/fst83-12.txt diff --git a/doc/fst83/fst83-13.txt b/misc/kforth/doc/fst83/fst83-13.txt similarity index 100% rename from doc/fst83/fst83-13.txt rename to misc/kforth/doc/fst83/fst83-13.txt diff --git a/doc/fst83/fst83-14.txt b/misc/kforth/doc/fst83/fst83-14.txt similarity index 100% rename from doc/fst83/fst83-14.txt rename to misc/kforth/doc/fst83/fst83-14.txt diff --git a/doc/fst83/fst83-15.txt b/misc/kforth/doc/fst83/fst83-15.txt similarity index 100% rename from doc/fst83/fst83-15.txt rename to misc/kforth/doc/fst83/fst83-15.txt diff --git a/doc/fst83/fst83-16.txt b/misc/kforth/doc/fst83/fst83-16.txt similarity index 100% rename from doc/fst83/fst83-16.txt rename to misc/kforth/doc/fst83/fst83-16.txt diff --git a/doc/fst83/fst83-2.txt b/misc/kforth/doc/fst83/fst83-2.txt similarity index 100% rename from doc/fst83/fst83-2.txt rename to misc/kforth/doc/fst83/fst83-2.txt diff --git a/doc/fst83/fst83-3.txt b/misc/kforth/doc/fst83/fst83-3.txt similarity index 100% rename from doc/fst83/fst83-3.txt rename to misc/kforth/doc/fst83/fst83-3.txt diff --git a/doc/fst83/fst83-4.txt b/misc/kforth/doc/fst83/fst83-4.txt similarity index 100% rename from doc/fst83/fst83-4.txt rename to misc/kforth/doc/fst83/fst83-4.txt diff --git a/doc/fst83/fst83-5.txt b/misc/kforth/doc/fst83/fst83-5.txt similarity index 100% rename from doc/fst83/fst83-5.txt rename to misc/kforth/doc/fst83/fst83-5.txt diff --git a/doc/fst83/fst83-6.txt b/misc/kforth/doc/fst83/fst83-6.txt similarity index 100% rename from doc/fst83/fst83-6.txt rename to misc/kforth/doc/fst83/fst83-6.txt diff --git a/doc/fst83/fst83-7.txt b/misc/kforth/doc/fst83/fst83-7.txt similarity index 100% rename from doc/fst83/fst83-7.txt rename to misc/kforth/doc/fst83/fst83-7.txt diff --git a/doc/fst83/fst83-8.txt b/misc/kforth/doc/fst83/fst83-8.txt similarity index 100% rename from doc/fst83/fst83-8.txt rename to misc/kforth/doc/fst83/fst83-8.txt diff --git a/doc/fst83/fst83-9.txt b/misc/kforth/doc/fst83/fst83-9.txt similarity index 100% rename from doc/fst83/fst83-9.txt rename to misc/kforth/doc/fst83/fst83-9.txt diff --git a/doc/fst83/fst83-a.txt b/misc/kforth/doc/fst83/fst83-a.txt similarity index 100% rename from doc/fst83/fst83-a.txt rename to misc/kforth/doc/fst83/fst83-a.txt diff --git a/doc/fst83/fst83-c.txt b/misc/kforth/doc/fst83/fst83-c.txt similarity index 100% rename from doc/fst83/fst83-c.txt rename to misc/kforth/doc/fst83/fst83-c.txt diff --git a/doc/fst83/fst83-d.txt b/misc/kforth/doc/fst83/fst83-d.txt similarity index 100% rename from doc/fst83/fst83-d.txt rename to misc/kforth/doc/fst83/fst83-d.txt diff --git a/doc/fst83/fst83-e.txt b/misc/kforth/doc/fst83/fst83-e.txt similarity index 100% rename from doc/fst83/fst83-e.txt rename to misc/kforth/doc/fst83/fst83-e.txt diff --git a/doc/fst83/fst83_12.fs b/misc/kforth/doc/fst83/fst83_12.fs similarity index 100% rename from doc/fst83/fst83_12.fs rename to misc/kforth/doc/fst83/fst83_12.fs diff --git a/doc/fst83/fst83_13.fs b/misc/kforth/doc/fst83/fst83_13.fs similarity index 100% rename from doc/fst83/fst83_13.fs rename to misc/kforth/doc/fst83/fst83_13.fs diff --git a/doc/fst83/fst83_14.fs b/misc/kforth/doc/fst83/fst83_14.fs similarity index 100% rename from doc/fst83/fst83_14.fs rename to misc/kforth/doc/fst83/fst83_14.fs diff --git a/doc/fst83/fst83_15.fs b/misc/kforth/doc/fst83/fst83_15.fs similarity index 100% rename from doc/fst83/fst83_15.fs rename to misc/kforth/doc/fst83/fst83_15.fs diff --git a/doc/fst83/fst83_16.fs b/misc/kforth/doc/fst83/fst83_16.fs similarity index 100% rename from doc/fst83/fst83_16.fs rename to misc/kforth/doc/fst83/fst83_16.fs diff --git a/doc/fst83/fst83_b.fs b/misc/kforth/doc/fst83/fst83_b.fs similarity index 100% rename from doc/fst83/fst83_b.fs rename to misc/kforth/doc/fst83/fst83_b.fs diff --git a/doc/fst83/fst83_c.fs b/misc/kforth/doc/fst83/fst83_c.fs similarity index 100% rename from doc/fst83/fst83_c.fs rename to misc/kforth/doc/fst83/fst83_c.fs diff --git a/doc/fst83/fst83chk.fs b/misc/kforth/doc/fst83/fst83chk.fs similarity index 100% rename from doc/fst83/fst83chk.fs rename to misc/kforth/doc/fst83/fst83chk.fs diff --git a/doc/fst83/s.txt b/misc/kforth/doc/fst83/s.txt similarity index 100% rename from doc/fst83/s.txt rename to misc/kforth/doc/fst83/s.txt diff --git a/doc/index.rst b/misc/kforth/doc/index.rst similarity index 100% rename from doc/index.rst rename to misc/kforth/doc/index.rst diff --git a/doc/part-0x01.rst b/misc/kforth/doc/part-0x01.rst similarity index 100% rename from doc/part-0x01.rst rename to misc/kforth/doc/part-0x01.rst diff --git a/doc/part-0x02.rst b/misc/kforth/doc/part-0x02.rst similarity index 100% rename from doc/part-0x02.rst rename to misc/kforth/doc/part-0x02.rst diff --git a/doc/part-0x03.rst b/misc/kforth/doc/part-0x03.rst similarity index 100% rename from doc/part-0x03.rst rename to misc/kforth/doc/part-0x03.rst diff --git a/doc/part-0x04.rst b/misc/kforth/doc/part-0x04.rst similarity index 100% rename from doc/part-0x04.rst rename to misc/kforth/doc/part-0x04.rst diff --git a/doc/part-0x05.rst b/misc/kforth/doc/part-0x05.rst similarity index 100% rename from doc/part-0x05.rst rename to misc/kforth/doc/part-0x05.rst diff --git a/doc/part-0x06.rst b/misc/kforth/doc/part-0x06.rst similarity index 100% rename from doc/part-0x06.rst rename to misc/kforth/doc/part-0x06.rst diff --git a/doc/part-0x07.rst b/misc/kforth/doc/part-0x07.rst similarity index 100% rename from doc/part-0x07.rst rename to misc/kforth/doc/part-0x07.rst diff --git a/doc/part-0x08.rst b/misc/kforth/doc/part-0x08.rst similarity index 100% rename from doc/part-0x08.rst rename to misc/kforth/doc/part-0x08.rst diff --git a/doc/part-0x09.rst b/misc/kforth/doc/part-0x09.rst similarity index 100% rename from doc/part-0x09.rst rename to misc/kforth/doc/part-0x09.rst diff --git a/eval.c b/misc/kforth/eval.c similarity index 100% rename from eval.c rename to misc/kforth/eval.c diff --git a/eval.h b/misc/kforth/eval.h similarity index 100% rename from eval.h rename to misc/kforth/eval.h diff --git a/kf.c b/misc/kforth/kf.c similarity index 100% rename from kf.c rename to misc/kforth/kf.c diff --git a/pc/defs.h b/misc/kforth/pc/defs.h similarity index 100% rename from pc/defs.h rename to misc/kforth/pc/defs.h diff --git a/stack.c b/misc/kforth/stack.c similarity index 100% rename from stack.c rename to misc/kforth/stack.c diff --git a/stack.h b/misc/kforth/stack.h similarity index 100% rename from stack.h rename to misc/kforth/stack.h diff --git a/stats.txt b/misc/kforth/stats.txt similarity index 100% rename from stats.txt rename to misc/kforth/stats.txt diff --git a/v1/Makefile b/misc/kforth/v1/Makefile similarity index 100% rename from v1/Makefile rename to misc/kforth/v1/Makefile diff --git a/v1/TODO.txt b/misc/kforth/v1/TODO.txt similarity index 100% rename from v1/TODO.txt rename to misc/kforth/v1/TODO.txt diff --git a/v1/defs.h b/misc/kforth/v1/defs.h similarity index 100% rename from v1/defs.h rename to misc/kforth/v1/defs.h diff --git a/v1/dict.cc b/misc/kforth/v1/dict.cc similarity index 100% rename from v1/dict.cc rename to misc/kforth/v1/dict.cc diff --git a/v1/dict.h b/misc/kforth/v1/dict.h similarity index 100% rename from v1/dict.h rename to misc/kforth/v1/dict.h diff --git a/v1/io.cc b/misc/kforth/v1/io.cc similarity index 100% rename from v1/io.cc rename to misc/kforth/v1/io.cc diff --git a/v1/io.h b/misc/kforth/v1/io.h similarity index 100% rename from v1/io.h rename to misc/kforth/v1/io.h diff --git a/v1/kforth.cc b/misc/kforth/v1/kforth.cc similarity index 100% rename from v1/kforth.cc rename to misc/kforth/v1/kforth.cc diff --git a/v1/linux.h b/misc/kforth/v1/linux.h similarity index 100% rename from v1/linux.h rename to misc/kforth/v1/linux.h diff --git a/v1/linux/defs.h b/misc/kforth/v1/linux/defs.h similarity index 100% rename from v1/linux/defs.h rename to misc/kforth/v1/linux/defs.h diff --git a/v1/linux/io.cc b/misc/kforth/v1/linux/io.cc similarity index 100% rename from v1/linux/io.cc rename to misc/kforth/v1/linux/io.cc diff --git a/v1/linux/io.h b/misc/kforth/v1/linux/io.h similarity index 100% rename from v1/linux/io.h rename to misc/kforth/v1/linux/io.h diff --git a/v1/parser.cc b/misc/kforth/v1/parser.cc similarity index 100% rename from v1/parser.cc rename to misc/kforth/v1/parser.cc diff --git a/v1/parser.h b/misc/kforth/v1/parser.h similarity index 100% rename from v1/parser.h rename to misc/kforth/v1/parser.h diff --git a/v1/stack.h b/misc/kforth/v1/stack.h similarity index 100% rename from v1/stack.h rename to misc/kforth/v1/stack.h diff --git a/v1/system.cc b/misc/kforth/v1/system.cc similarity index 100% rename from v1/system.cc rename to misc/kforth/v1/system.cc diff --git a/v1/system.h b/misc/kforth/v1/system.h similarity index 100% rename from v1/system.h rename to misc/kforth/v1/system.h diff --git a/v1/word.cc b/misc/kforth/v1/word.cc similarity index 100% rename from v1/word.cc rename to misc/kforth/v1/word.cc diff --git a/v1/word.h b/misc/kforth/v1/word.h similarity index 100% rename from v1/word.h rename to misc/kforth/v1/word.h diff --git a/word.c b/misc/kforth/word.c similarity index 100% rename from word.c rename to misc/kforth/word.c diff --git a/word.h b/misc/kforth/word.h similarity index 100% rename from word.h rename to misc/kforth/word.h