aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-28 12:09:56 +0800
committer简律纯 <i@jyunko.cn>2024-02-28 12:09:56 +0800
commit8793ecea74706aedb4674434f65ef9d05850b769 (patch)
tree425fcec75d4f899760a0919fa0604327b20309f9
parentab026b7e0ba3baa1ffab7603e7f5fa47864427f7 (diff)
downloadTRPGNivis-8793ecea74706aedb4674434f65ef9d05850b769.tar.gz
TRPGNivis-8793ecea74706aedb4674434f65ef9d05850b769.zip
refactor(bones)!: rename nivis-python -> nivis_python
-rw-r--r--nivis_python/Grammar/Token (renamed from nivis-python/Grammar/Token)0
-rw-r--r--nivis_python/Lib/IOStream/__init__.nivis (renamed from nivis-python/Lib/IOStream/__init__.nivis)0
-rw-r--r--nivis_python/Modules/asyncio/__init__.py (renamed from nivis-python/Modules/asyncio/__init__.py)0
-rw-r--r--nivis_python/__init__.py (renamed from nivis-python/__init__.py)0
-rw-r--r--nivis_python/exception.py (renamed from nivis-python/exception.py)0
-rw-r--r--nivis_python/execution.py (renamed from nivis-python/execution.py)0
-rw-r--r--nivis_python/interpreter.py (renamed from nivis-python/interpreter.py)0
-rw-r--r--nivis_python/lexer.py (renamed from nivis-python/lexer.py)0
-rw-r--r--nivis_python/mathmatics.py (renamed from nivis-python/mathmatics.py)0
-rw-r--r--nivis_python/parsers.py (renamed from nivis-python/parsers.py)0
-rw-r--r--nivis_python/type.py (renamed from nivis-python/type.py)0
11 files changed, 0 insertions, 0 deletions
diff --git a/nivis-python/Grammar/Token b/nivis_python/Grammar/Token
index 0de3014..0de3014 100644
--- a/nivis-python/Grammar/Token
+++ b/nivis_python/Grammar/Token
diff --git a/nivis-python/Lib/IOStream/__init__.nivis b/nivis_python/Lib/IOStream/__init__.nivis
index d38024d..d38024d 100644
--- a/nivis-python/Lib/IOStream/__init__.nivis
+++ b/nivis_python/Lib/IOStream/__init__.nivis
diff --git a/nivis-python/Modules/asyncio/__init__.py b/nivis_python/Modules/asyncio/__init__.py
index e69de29..e69de29 100644
--- a/nivis-python/Modules/asyncio/__init__.py
+++ b/nivis_python/Modules/asyncio/__init__.py
diff --git a/nivis-python/__init__.py b/nivis_python/__init__.py
index 943368b..943368b 100644
--- a/nivis-python/__init__.py
+++ b/nivis_python/__init__.py
diff --git a/nivis-python/exception.py b/nivis_python/exception.py
index 0ec22e5..0ec22e5 100644
--- a/nivis-python/exception.py
+++ b/nivis_python/exception.py
diff --git a/nivis-python/execution.py b/nivis_python/execution.py
index 09055cf..09055cf 100644
--- a/nivis-python/execution.py
+++ b/nivis_python/execution.py
diff --git a/nivis-python/interpreter.py b/nivis_python/interpreter.py
index 6322180..6322180 100644
--- a/nivis-python/interpreter.py
+++ b/nivis_python/interpreter.py
diff --git a/nivis-python/lexer.py b/nivis_python/lexer.py
index 7ba94e3..7ba94e3 100644
--- a/nivis-python/lexer.py
+++ b/nivis_python/lexer.py
diff --git a/nivis-python/mathmatics.py b/nivis_python/mathmatics.py
index e69de29..e69de29 100644
--- a/nivis-python/mathmatics.py
+++ b/nivis_python/mathmatics.py
diff --git a/nivis-python/parsers.py b/nivis_python/parsers.py
index ca004f7..ca004f7 100644
--- a/nivis-python/parsers.py
+++ b/nivis_python/parsers.py
diff --git a/nivis-python/type.py b/nivis_python/type.py
index e69de29..e69de29 100644
--- a/nivis-python/type.py
+++ b/nivis_python/type.py