aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-08-20 09:46:49 +0800
committerLi Jin <dragon-fly@qq.com>2020-08-20 09:46:49 +0800
commiteba73a696c65932534fd5aefbe2ca4c7260c0fb6 (patch)
tree1a6f740439713b809f4f97a117deaff5b0b57468 /src/MoonP/moon_compiler.cpp
parent1afca4888b2ee8e49c2e4d0bef478d0728d5ed41 (diff)
downloadyuescript-eba73a696c65932534fd5aefbe2ca4c7260c0fb6.tar.gz
yuescript-eba73a696c65932534fd5aefbe2ca4c7260c0fb6.tar.bz2
yuescript-eba73a696c65932534fd5aefbe2ca4c7260c0fb6.zip
reserve the same Moonscript coma separated expressions behaviors.
Diffstat (limited to 'src/MoonP/moon_compiler.cpp')
-rw-r--r--src/MoonP/moon_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/moon_compiler.cpp b/src/MoonP/moon_compiler.cpp
index cac4ad0..2f16fff 100644
--- a/src/MoonP/moon_compiler.cpp
+++ b/src/MoonP/moon_compiler.cpp
@@ -49,7 +49,7 @@ inline std::string s(std::string_view sv) {
49} 49}
50 50
51const std::string_view version() { 51const std::string_view version() {
52 return "0.4.9"sv; 52 return "0.4.10"sv;
53} 53}
54 54
55// name of table stored in lua registry 55// name of table stored in lua registry