diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-03-03 15:32:24 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-03-03 15:32:24 +0800 |
| commit | 9eb846a1e1e11f7ce2f6b89120b2835af470daa6 (patch) | |
| tree | c3feb8364bb1eddf34555e138f700c6ce482a9b1 /src/yuescript/yue_compiler.cpp | |
| parent | 6c78271c841baf43365cc7924c0ca2da867f9e79 (diff) | |
| download | yuescript-9eb846a1e1e11f7ce2f6b89120b2835af470daa6.tar.gz yuescript-9eb846a1e1e11f7ce2f6b89120b2835af470daa6.tar.bz2 yuescript-9eb846a1e1e11f7ce2f6b89120b2835af470daa6.zip | |
fix loader order. fix script not found error message.
Diffstat (limited to '')
| -rwxr-xr-x | src/yuescript/yue_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp index 274027b..6ae4771 100755 --- a/src/yuescript/yue_compiler.cpp +++ b/src/yuescript/yue_compiler.cpp | |||
| @@ -60,7 +60,7 @@ using namespace parserlib; | |||
| 60 | 60 | ||
| 61 | typedef std::list<std::string> str_list; | 61 | typedef std::list<std::string> str_list; |
| 62 | 62 | ||
| 63 | const std::string_view version = "0.10.3"sv; | 63 | const std::string_view version = "0.10.4"sv; |
| 64 | const std::string_view extension = "yue"sv; | 64 | const std::string_view extension = "yue"sv; |
| 65 | 65 | ||
| 66 | class YueCompilerImpl { | 66 | class YueCompilerImpl { |
