aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-08-06 12:11:01 +0800
committerLi Jin <dragon-fly@qq.com>2020-08-06 12:11:01 +0800
commitacf20e1802b03fed63b845ac8c0274fff415fb22 (patch)
treef8410fa73f59ee31814e3b24dc9ec7a959a5a706 /src/MoonP/moon_compiler.cpp
parentcb5371a7dcfde196db07f5a2a3f144888b73d522 (diff)
downloadyuescript-acf20e1802b03fed63b845ac8c0274fff415fb22.tar.gz
yuescript-acf20e1802b03fed63b845ac8c0274fff415fb22.tar.bz2
yuescript-acf20e1802b03fed63b845ac8c0274fff415fb22.zip
fix a case multiline binary operator expression conflicts with new statement started with an unary expression.
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 f517e27..1652e17 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.7"sv; 52 return "0.4.8"sv;
53} 53}
54 54
55// name of table stored in lua registry 55// name of table stored in lua registry