aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-04-21 09:36:25 +0800
committerLi Jin <dragon-fly@qq.com>2021-04-21 09:36:25 +0800
commitb7bdf7d5d36825a1a750a74641f6d374dec5d67a (patch)
tree6b27eb6590e07c07f378305c51d0f5e0779faa83 /src
parentb86e5af605a170a3559df0165eac3cb6b665dc49 (diff)
downloadyuescript-b7bdf7d5d36825a1a750a74641f6d374dec5d67a.tar.gz
yuescript-b7bdf7d5d36825a1a750a74641f6d374dec5d67a.tar.bz2
yuescript-b7bdf7d5d36825a1a750a74641f6d374dec5d67a.zip
adjust some folder levels.
Diffstat (limited to 'src')
-rw-r--r--src/3rdParty/LuaMinify.h (renamed from src/LuaMinify.h)0
-rw-r--r--src/3rdParty/ghc/filesystem.hpp (renamed from src/ghc/filesystem.hpp)0
-rw-r--r--src/3rdParty/ghc/fs_std.hpp (renamed from src/ghc/fs_std.hpp)0
-rw-r--r--src/3rdParty/linenoise.hpp (renamed from src/linenoise.hpp)0
-rw-r--r--src/3rdParty/lua/.gitignore5
-rw-r--r--src/3rdParty/lua/Makefile (renamed from src/lua/makefile)0
-rw-r--r--src/3rdParty/lua/lapi.c (renamed from src/lua/lapi.c)0
-rw-r--r--src/3rdParty/lua/lapi.h (renamed from src/lua/lapi.h)0
-rw-r--r--src/3rdParty/lua/lauxlib.c (renamed from src/lua/lauxlib.c)0
-rw-r--r--src/3rdParty/lua/lauxlib.h (renamed from src/lua/lauxlib.h)0
-rw-r--r--src/3rdParty/lua/lbaselib.c (renamed from src/lua/lbaselib.c)0
-rw-r--r--src/3rdParty/lua/lcode.c (renamed from src/lua/lcode.c)0
-rw-r--r--src/3rdParty/lua/lcode.h (renamed from src/lua/lcode.h)0
-rw-r--r--src/3rdParty/lua/lcorolib.c (renamed from src/lua/lcorolib.c)0
-rw-r--r--src/3rdParty/lua/lctype.c (renamed from src/lua/lctype.c)0
-rw-r--r--src/3rdParty/lua/lctype.h (renamed from src/lua/lctype.h)0
-rw-r--r--src/3rdParty/lua/ldblib.c (renamed from src/lua/ldblib.c)0
-rw-r--r--src/3rdParty/lua/ldebug.c (renamed from src/lua/ldebug.c)0
-rw-r--r--src/3rdParty/lua/ldebug.h (renamed from src/lua/ldebug.h)0
-rw-r--r--src/3rdParty/lua/ldo.c (renamed from src/lua/ldo.c)0
-rw-r--r--src/3rdParty/lua/ldo.h (renamed from src/lua/ldo.h)0
-rw-r--r--src/3rdParty/lua/ldump.c (renamed from src/lua/ldump.c)0
-rw-r--r--src/3rdParty/lua/lfunc.c (renamed from src/lua/lfunc.c)0
-rw-r--r--src/3rdParty/lua/lfunc.h (renamed from src/lua/lfunc.h)0
-rw-r--r--src/3rdParty/lua/lgc.c (renamed from src/lua/lgc.c)0
-rw-r--r--src/3rdParty/lua/lgc.h (renamed from src/lua/lgc.h)0
-rw-r--r--src/3rdParty/lua/linit.c (renamed from src/lua/linit.c)0
-rw-r--r--src/3rdParty/lua/liolib.c (renamed from src/lua/liolib.c)0
-rw-r--r--src/3rdParty/lua/ljumptab.h (renamed from src/lua/ljumptab.h)0
-rw-r--r--src/3rdParty/lua/llex.c (renamed from src/lua/llex.c)0
-rw-r--r--src/3rdParty/lua/llex.h (renamed from src/lua/llex.h)0
-rw-r--r--src/3rdParty/lua/llimits.h (renamed from src/lua/llimits.h)0
-rw-r--r--src/3rdParty/lua/lmathlib.c (renamed from src/lua/lmathlib.c)0
-rw-r--r--src/3rdParty/lua/lmem.c (renamed from src/lua/lmem.c)0
-rw-r--r--src/3rdParty/lua/lmem.h (renamed from src/lua/lmem.h)0
-rw-r--r--src/3rdParty/lua/loadlib.c (renamed from src/lua/loadlib.c)0
-rw-r--r--src/3rdParty/lua/lobject.c (renamed from src/lua/lobject.c)0
-rw-r--r--src/3rdParty/lua/lobject.h (renamed from src/lua/lobject.h)0
-rw-r--r--src/3rdParty/lua/lopcodes.c (renamed from src/lua/lopcodes.c)0
-rw-r--r--src/3rdParty/lua/lopcodes.h (renamed from src/lua/lopcodes.h)0
-rw-r--r--src/3rdParty/lua/lopnames.h (renamed from src/lua/lopnames.h)0
-rw-r--r--src/3rdParty/lua/loslib.c (renamed from src/lua/loslib.c)0
-rw-r--r--src/3rdParty/lua/lparser.c (renamed from src/lua/lparser.c)0
-rw-r--r--src/3rdParty/lua/lparser.h (renamed from src/lua/lparser.h)0
-rw-r--r--src/3rdParty/lua/lprefix.h (renamed from src/lua/lprefix.h)0
-rw-r--r--src/3rdParty/lua/lstate.c (renamed from src/lua/lstate.c)0
-rw-r--r--src/3rdParty/lua/lstate.h (renamed from src/lua/lstate.h)0
-rw-r--r--src/3rdParty/lua/lstring.c (renamed from src/lua/lstring.c)0
-rw-r--r--src/3rdParty/lua/lstring.h (renamed from src/lua/lstring.h)0
-rw-r--r--src/3rdParty/lua/lstrlib.c (renamed from src/lua/lstrlib.c)0
-rw-r--r--src/3rdParty/lua/ltable.c (renamed from src/lua/ltable.c)0
-rw-r--r--src/3rdParty/lua/ltable.h (renamed from src/lua/ltable.h)0
-rw-r--r--src/3rdParty/lua/ltablib.c (renamed from src/lua/ltablib.c)0
-rw-r--r--src/3rdParty/lua/ltm.c (renamed from src/lua/ltm.c)0
-rw-r--r--src/3rdParty/lua/ltm.h (renamed from src/lua/ltm.h)0
-rw-r--r--src/3rdParty/lua/lua.c (renamed from src/lua/lua.c)0
-rw-r--r--src/3rdParty/lua/lua.h (renamed from src/lua/lua.h)0
-rw-r--r--src/3rdParty/lua/lua.hpp (renamed from src/lua/lua.hpp)0
-rw-r--r--src/3rdParty/lua/luac.c (renamed from src/lua/luac.c)0
-rw-r--r--src/3rdParty/lua/luaconf.h (renamed from src/lua/luaconf.h)0
-rw-r--r--src/3rdParty/lua/lualib.h (renamed from src/lua/lualib.h)0
-rw-r--r--src/3rdParty/lua/lundump.c (renamed from src/lua/lundump.c)0
-rw-r--r--src/3rdParty/lua/lundump.h (renamed from src/lua/lundump.h)0
-rw-r--r--src/3rdParty/lua/lutf8lib.c (renamed from src/lua/lutf8lib.c)0
-rw-r--r--src/3rdParty/lua/lvm.c (renamed from src/lua/lvm.c)0
-rw-r--r--src/3rdParty/lua/lvm.h (renamed from src/lua/lvm.h)0
-rw-r--r--src/3rdParty/lua/lzio.c (renamed from src/lua/lzio.c)0
-rw-r--r--src/3rdParty/lua/lzio.h (renamed from src/lua/lzio.h)0
68 files changed, 5 insertions, 0 deletions
diff --git a/src/LuaMinify.h b/src/3rdParty/LuaMinify.h
index 76d7759..76d7759 100644
--- a/src/LuaMinify.h
+++ b/src/3rdParty/LuaMinify.h
diff --git a/src/ghc/filesystem.hpp b/src/3rdParty/ghc/filesystem.hpp
index 7951369..7951369 100644
--- a/src/ghc/filesystem.hpp
+++ b/src/3rdParty/ghc/filesystem.hpp
diff --git a/src/ghc/fs_std.hpp b/src/3rdParty/ghc/fs_std.hpp
index d8e03b8..d8e03b8 100644
--- a/src/ghc/fs_std.hpp
+++ b/src/3rdParty/ghc/fs_std.hpp
diff --git a/src/linenoise.hpp b/src/3rdParty/linenoise.hpp
index 06add16..06add16 100644
--- a/src/linenoise.hpp
+++ b/src/3rdParty/linenoise.hpp
diff --git a/src/3rdParty/lua/.gitignore b/src/3rdParty/lua/.gitignore
new file mode 100644
index 0000000..2aaf5bd
--- /dev/null
+++ b/src/3rdParty/lua/.gitignore
@@ -0,0 +1,5 @@
1*.o
2*.a
3*.wasm
4lua
5luac
diff --git a/src/lua/makefile b/src/3rdParty/lua/Makefile
index f78c0b8..f78c0b8 100644
--- a/src/lua/makefile
+++ b/src/3rdParty/lua/Makefile
diff --git a/src/lua/lapi.c b/src/3rdParty/lua/lapi.c
index f8f70cd..f8f70cd 100644
--- a/src/lua/lapi.c
+++ b/src/3rdParty/lua/lapi.c
diff --git a/src/lua/lapi.h b/src/3rdParty/lua/lapi.h
index 9e99cc4..9e99cc4 100644
--- a/src/lua/lapi.h
+++ b/src/3rdParty/lua/lapi.h
diff --git a/src/lua/lauxlib.c b/src/3rdParty/lua/lauxlib.c
index 94835ef..94835ef 100644
--- a/src/lua/lauxlib.c
+++ b/src/3rdParty/lua/lauxlib.c
diff --git a/src/lua/lauxlib.h b/src/3rdParty/lua/lauxlib.h
index 72f70e7..72f70e7 100644
--- a/src/lua/lauxlib.h
+++ b/src/3rdParty/lua/lauxlib.h
diff --git a/src/lua/lbaselib.c b/src/3rdParty/lua/lbaselib.c
index 83ad306..83ad306 100644
--- a/src/lua/lbaselib.c
+++ b/src/3rdParty/lua/lbaselib.c
diff --git a/src/lua/lcode.c b/src/3rdParty/lua/lcode.c
index 80d975c..80d975c 100644
--- a/src/lua/lcode.c
+++ b/src/3rdParty/lua/lcode.c
diff --git a/src/lua/lcode.h b/src/3rdParty/lua/lcode.h
index 3265824..3265824 100644
--- a/src/lua/lcode.h
+++ b/src/3rdParty/lua/lcode.h
diff --git a/src/lua/lcorolib.c b/src/3rdParty/lua/lcorolib.c
index fedbebe..fedbebe 100644
--- a/src/lua/lcorolib.c
+++ b/src/3rdParty/lua/lcorolib.c
diff --git a/src/lua/lctype.c b/src/3rdParty/lua/lctype.c
index 9542280..9542280 100644
--- a/src/lua/lctype.c
+++ b/src/3rdParty/lua/lctype.c
diff --git a/src/lua/lctype.h b/src/3rdParty/lua/lctype.h
index 864e190..864e190 100644
--- a/src/lua/lctype.h
+++ b/src/3rdParty/lua/lctype.h
diff --git a/src/lua/ldblib.c b/src/3rdParty/lua/ldblib.c
index 6dcbaa9..6dcbaa9 100644
--- a/src/lua/ldblib.c
+++ b/src/3rdParty/lua/ldblib.c
diff --git a/src/lua/ldebug.c b/src/3rdParty/lua/ldebug.c
index 1feaab2..1feaab2 100644
--- a/src/lua/ldebug.c
+++ b/src/3rdParty/lua/ldebug.c
diff --git a/src/lua/ldebug.h b/src/3rdParty/lua/ldebug.h
index 974960e..974960e 100644
--- a/src/lua/ldebug.h
+++ b/src/3rdParty/lua/ldebug.h
diff --git a/src/lua/ldo.c b/src/3rdParty/lua/ldo.c
index 7135079..7135079 100644
--- a/src/lua/ldo.c
+++ b/src/3rdParty/lua/ldo.c
diff --git a/src/lua/ldo.h b/src/3rdParty/lua/ldo.h
index 6bf0ed8..6bf0ed8 100644
--- a/src/lua/ldo.h
+++ b/src/3rdParty/lua/ldo.h
diff --git a/src/lua/ldump.c b/src/3rdParty/lua/ldump.c
index f848b66..f848b66 100644
--- a/src/lua/ldump.c
+++ b/src/3rdParty/lua/ldump.c
diff --git a/src/lua/lfunc.c b/src/3rdParty/lua/lfunc.c
index f5889a2..f5889a2 100644
--- a/src/lua/lfunc.c
+++ b/src/3rdParty/lua/lfunc.c
diff --git a/src/lua/lfunc.h b/src/3rdParty/lua/lfunc.h
index dc1cebc..dc1cebc 100644
--- a/src/lua/lfunc.h
+++ b/src/3rdParty/lua/lfunc.h
diff --git a/src/lua/lgc.c b/src/3rdParty/lua/lgc.c
index b360eed..b360eed 100644
--- a/src/lua/lgc.c
+++ b/src/3rdParty/lua/lgc.c
diff --git a/src/lua/lgc.h b/src/3rdParty/lua/lgc.h
index 073e2a4..073e2a4 100644
--- a/src/lua/lgc.h
+++ b/src/3rdParty/lua/lgc.h
diff --git a/src/lua/linit.c b/src/3rdParty/lua/linit.c
index 69808f8..69808f8 100644
--- a/src/lua/linit.c
+++ b/src/3rdParty/lua/linit.c
diff --git a/src/lua/liolib.c b/src/3rdParty/lua/liolib.c
index b08397d..b08397d 100644
--- a/src/lua/liolib.c
+++ b/src/3rdParty/lua/liolib.c
diff --git a/src/lua/ljumptab.h b/src/3rdParty/lua/ljumptab.h
index 8306f25..8306f25 100644
--- a/src/lua/ljumptab.h
+++ b/src/3rdParty/lua/ljumptab.h
diff --git a/src/lua/llex.c b/src/3rdParty/lua/llex.c
index e991517..e991517 100644
--- a/src/lua/llex.c
+++ b/src/3rdParty/lua/llex.c
diff --git a/src/lua/llex.h b/src/3rdParty/lua/llex.h
index 389d2f8..389d2f8 100644
--- a/src/lua/llex.h
+++ b/src/3rdParty/lua/llex.h
diff --git a/src/lua/llimits.h b/src/3rdParty/lua/llimits.h
index 025f1c8..025f1c8 100644
--- a/src/lua/llimits.h
+++ b/src/3rdParty/lua/llimits.h
diff --git a/src/lua/lmathlib.c b/src/3rdParty/lua/lmathlib.c
index 5f5983a..5f5983a 100644
--- a/src/lua/lmathlib.c
+++ b/src/3rdParty/lua/lmathlib.c
diff --git a/src/lua/lmem.c b/src/3rdParty/lua/lmem.c
index 9029d58..9029d58 100644
--- a/src/lua/lmem.c
+++ b/src/3rdParty/lua/lmem.c
diff --git a/src/lua/lmem.h b/src/3rdParty/lua/lmem.h
index 8c75a44..8c75a44 100644
--- a/src/lua/lmem.h
+++ b/src/3rdParty/lua/lmem.h
diff --git a/src/lua/loadlib.c b/src/3rdParty/lua/loadlib.c
index 6f9fa37..6f9fa37 100644
--- a/src/lua/loadlib.c
+++ b/src/3rdParty/lua/loadlib.c
diff --git a/src/lua/lobject.c b/src/3rdParty/lua/lobject.c
index 0e504be..0e504be 100644
--- a/src/lua/lobject.c
+++ b/src/3rdParty/lua/lobject.c
diff --git a/src/lua/lobject.h b/src/3rdParty/lua/lobject.h
index 950bebb..950bebb 100644
--- a/src/lua/lobject.h
+++ b/src/3rdParty/lua/lobject.h
diff --git a/src/lua/lopcodes.c b/src/3rdParty/lua/lopcodes.c
index c67aa22..c67aa22 100644
--- a/src/lua/lopcodes.c
+++ b/src/3rdParty/lua/lopcodes.c
diff --git a/src/lua/lopcodes.h b/src/3rdParty/lua/lopcodes.h
index d6a47e5..d6a47e5 100644
--- a/src/lua/lopcodes.h
+++ b/src/3rdParty/lua/lopcodes.h
diff --git a/src/lua/lopnames.h b/src/3rdParty/lua/lopnames.h
index 965cec9..965cec9 100644
--- a/src/lua/lopnames.h
+++ b/src/3rdParty/lua/lopnames.h
diff --git a/src/lua/loslib.c b/src/3rdParty/lua/loslib.c
index 3e20d62..3e20d62 100644
--- a/src/lua/loslib.c
+++ b/src/3rdParty/lua/loslib.c
diff --git a/src/lua/lparser.c b/src/3rdParty/lua/lparser.c
index 284ef1f..284ef1f 100644
--- a/src/lua/lparser.c
+++ b/src/3rdParty/lua/lparser.c
diff --git a/src/lua/lparser.h b/src/3rdParty/lua/lparser.h
index 5e4500f..5e4500f 100644
--- a/src/lua/lparser.h
+++ b/src/3rdParty/lua/lparser.h
diff --git a/src/lua/lprefix.h b/src/3rdParty/lua/lprefix.h
index 484f2ad..484f2ad 100644
--- a/src/lua/lprefix.h
+++ b/src/3rdParty/lua/lprefix.h
diff --git a/src/lua/lstate.c b/src/3rdParty/lua/lstate.c
index c5e3b43..c5e3b43 100644
--- a/src/lua/lstate.c
+++ b/src/3rdParty/lua/lstate.c
diff --git a/src/lua/lstate.h b/src/3rdParty/lua/lstate.h
index c1283bb..c1283bb 100644
--- a/src/lua/lstate.h
+++ b/src/3rdParty/lua/lstate.h
diff --git a/src/lua/lstring.c b/src/3rdParty/lua/lstring.c
index 13dcaf4..13dcaf4 100644
--- a/src/lua/lstring.c
+++ b/src/3rdParty/lua/lstring.c
diff --git a/src/lua/lstring.h b/src/3rdParty/lua/lstring.h
index 450c239..450c239 100644
--- a/src/lua/lstring.h
+++ b/src/3rdParty/lua/lstring.h
diff --git a/src/lua/lstrlib.c b/src/3rdParty/lua/lstrlib.c
index 47e5b27..47e5b27 100644
--- a/src/lua/lstrlib.c
+++ b/src/3rdParty/lua/lstrlib.c
diff --git a/src/lua/ltable.c b/src/3rdParty/lua/ltable.c
index 33c1ab3..33c1ab3 100644
--- a/src/lua/ltable.c
+++ b/src/3rdParty/lua/ltable.c
diff --git a/src/lua/ltable.h b/src/3rdParty/lua/ltable.h
index 7bbbcb2..7bbbcb2 100644
--- a/src/lua/ltable.h
+++ b/src/3rdParty/lua/ltable.h
diff --git a/src/lua/ltablib.c b/src/3rdParty/lua/ltablib.c
index d80eb80..d80eb80 100644
--- a/src/lua/ltablib.c
+++ b/src/3rdParty/lua/ltablib.c
diff --git a/src/lua/ltm.c b/src/3rdParty/lua/ltm.c
index b657b78..b657b78 100644
--- a/src/lua/ltm.c
+++ b/src/3rdParty/lua/ltm.c
diff --git a/src/lua/ltm.h b/src/3rdParty/lua/ltm.h
index 73b833c..73b833c 100644
--- a/src/lua/ltm.h
+++ b/src/3rdParty/lua/ltm.h
diff --git a/src/lua/lua.c b/src/3rdParty/lua/lua.c
index 46b48db..46b48db 100644
--- a/src/lua/lua.c
+++ b/src/3rdParty/lua/lua.c
diff --git a/src/lua/lua.h b/src/3rdParty/lua/lua.h
index 820535b..820535b 100644
--- a/src/lua/lua.h
+++ b/src/3rdParty/lua/lua.h
diff --git a/src/lua/lua.hpp b/src/3rdParty/lua/lua.hpp
index ec417f5..ec417f5 100644
--- a/src/lua/lua.hpp
+++ b/src/3rdParty/lua/lua.hpp
diff --git a/src/lua/luac.c b/src/3rdParty/lua/luac.c
index 56ddc41..56ddc41 100644
--- a/src/lua/luac.c
+++ b/src/3rdParty/lua/luac.c
diff --git a/src/lua/luaconf.h b/src/3rdParty/lua/luaconf.h
index e64d2ee..e64d2ee 100644
--- a/src/lua/luaconf.h
+++ b/src/3rdParty/lua/luaconf.h
diff --git a/src/lua/lualib.h b/src/3rdParty/lua/lualib.h
index 2625529..2625529 100644
--- a/src/lua/lualib.h
+++ b/src/3rdParty/lua/lualib.h
diff --git a/src/lua/lundump.c b/src/3rdParty/lua/lundump.c
index 5aa55c4..5aa55c4 100644
--- a/src/lua/lundump.c
+++ b/src/3rdParty/lua/lundump.c
diff --git a/src/lua/lundump.h b/src/3rdParty/lua/lundump.h
index f3748a9..f3748a9 100644
--- a/src/lua/lundump.h
+++ b/src/3rdParty/lua/lundump.h
diff --git a/src/lua/lutf8lib.c b/src/3rdParty/lua/lutf8lib.c
index 901d985..901d985 100644
--- a/src/lua/lutf8lib.c
+++ b/src/3rdParty/lua/lutf8lib.c
diff --git a/src/lua/lvm.c b/src/3rdParty/lua/lvm.c
index c9729bc..c9729bc 100644
--- a/src/lua/lvm.c
+++ b/src/3rdParty/lua/lvm.c
diff --git a/src/lua/lvm.h b/src/3rdParty/lua/lvm.h
index 1bc16f3..1bc16f3 100644
--- a/src/lua/lvm.h
+++ b/src/3rdParty/lua/lvm.h
diff --git a/src/lua/lzio.c b/src/3rdParty/lua/lzio.c
index cd0a02d..cd0a02d 100644
--- a/src/lua/lzio.c
+++ b/src/3rdParty/lua/lzio.c
diff --git a/src/lua/lzio.h b/src/3rdParty/lua/lzio.h
index 38f397f..38f397f 100644
--- a/src/lua/lzio.h
+++ b/src/3rdParty/lua/lzio.h