From: Simon Forman Date: Sat, 19 Feb 2022 15:48:51 +0000 (-0800) Subject: Uppercase Nim. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cf56e31fbda2550a277a99bff698464ea1073024;p=joypy%2FThun.git Uppercase Nim. --- diff --git a/implementations/nim/README.md b/implementations/Nim/README.md similarity index 100% rename from implementations/nim/README.md rename to implementations/Nim/README.md diff --git a/implementations/nim/defs.nim b/implementations/Nim/defs.nim similarity index 100% rename from implementations/nim/defs.nim rename to implementations/Nim/defs.nim diff --git a/implementations/nim/defs.txt b/implementations/Nim/defs.txt similarity index 100% rename from implementations/nim/defs.txt rename to implementations/Nim/defs.txt diff --git a/implementations/nim/htmldocs/defs.html b/implementations/Nim/htmldocs/defs.html similarity index 100% rename from implementations/nim/htmldocs/defs.html rename to implementations/Nim/htmldocs/defs.html diff --git a/implementations/nim/htmldocs/defs.idx b/implementations/Nim/htmldocs/defs.idx similarity index 100% rename from implementations/nim/htmldocs/defs.idx rename to implementations/Nim/htmldocs/defs.idx diff --git a/implementations/nim/htmldocs/dochack.js b/implementations/Nim/htmldocs/dochack.js similarity index 100% rename from implementations/nim/htmldocs/dochack.js rename to implementations/Nim/htmldocs/dochack.js diff --git a/implementations/nim/htmldocs/joy.html b/implementations/Nim/htmldocs/joy.html similarity index 100% rename from implementations/nim/htmldocs/joy.html rename to implementations/Nim/htmldocs/joy.html diff --git a/implementations/nim/htmldocs/joylib.html b/implementations/Nim/htmldocs/joylib.html similarity index 100% rename from implementations/nim/htmldocs/joylib.html rename to implementations/Nim/htmldocs/joylib.html diff --git a/implementations/nim/htmldocs/joylib.idx b/implementations/Nim/htmldocs/joylib.idx similarity index 100% rename from implementations/nim/htmldocs/joylib.idx rename to implementations/Nim/htmldocs/joylib.idx diff --git a/implementations/nim/htmldocs/nimdoc.out.css b/implementations/Nim/htmldocs/nimdoc.out.css similarity index 100% rename from implementations/nim/htmldocs/nimdoc.out.css rename to implementations/Nim/htmldocs/nimdoc.out.css diff --git a/implementations/nim/htmldocs/printer.html b/implementations/Nim/htmldocs/printer.html similarity index 100% rename from implementations/nim/htmldocs/printer.html rename to implementations/Nim/htmldocs/printer.html diff --git a/implementations/nim/htmldocs/printer.idx b/implementations/Nim/htmldocs/printer.idx similarity index 100% rename from implementations/nim/htmldocs/printer.idx rename to implementations/Nim/htmldocs/printer.idx diff --git a/implementations/nim/htmldocs/reader.html b/implementations/Nim/htmldocs/reader.html similarity index 100% rename from implementations/nim/htmldocs/reader.html rename to implementations/Nim/htmldocs/reader.html diff --git a/implementations/nim/htmldocs/reader.idx b/implementations/Nim/htmldocs/reader.idx similarity index 100% rename from implementations/nim/htmldocs/reader.idx rename to implementations/Nim/htmldocs/reader.idx diff --git a/implementations/nim/htmldocs/theindex.html b/implementations/Nim/htmldocs/theindex.html similarity index 100% rename from implementations/nim/htmldocs/theindex.html rename to implementations/Nim/htmldocs/theindex.html diff --git a/implementations/nim/htmldocs/types.html b/implementations/Nim/htmldocs/types.html similarity index 100% rename from implementations/nim/htmldocs/types.html rename to implementations/Nim/htmldocs/types.html diff --git a/implementations/nim/htmldocs/types.idx b/implementations/Nim/htmldocs/types.idx similarity index 100% rename from implementations/nim/htmldocs/types.idx rename to implementations/Nim/htmldocs/types.idx diff --git a/implementations/nim/htmldocs/utils.html b/implementations/Nim/htmldocs/utils.html similarity index 100% rename from implementations/nim/htmldocs/utils.html rename to implementations/Nim/htmldocs/utils.html diff --git a/implementations/nim/htmldocs/utils.idx b/implementations/Nim/htmldocs/utils.idx similarity index 100% rename from implementations/nim/htmldocs/utils.idx rename to implementations/Nim/htmldocs/utils.idx diff --git a/implementations/nim/joy.nim b/implementations/Nim/joy.nim similarity index 100% rename from implementations/nim/joy.nim rename to implementations/Nim/joy.nim diff --git a/implementations/nim/joylib.nim b/implementations/Nim/joylib.nim similarity index 100% rename from implementations/nim/joylib.nim rename to implementations/Nim/joylib.nim diff --git a/implementations/nim/printer.nim b/implementations/Nim/printer.nim similarity index 100% rename from implementations/nim/printer.nim rename to implementations/Nim/printer.nim diff --git a/implementations/nim/reader.nim b/implementations/Nim/reader.nim similarity index 100% rename from implementations/nim/reader.nim rename to implementations/Nim/reader.nim diff --git a/implementations/nim/types.nim b/implementations/Nim/types.nim similarity index 100% rename from implementations/nim/types.nim rename to implementations/Nim/types.nim diff --git a/implementations/nim/utils.nim b/implementations/Nim/utils.nim similarity index 100% rename from implementations/nim/utils.nim rename to implementations/Nim/utils.nim