aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-08-06 10:32:05 +0800
committerLi Jin <dragon-fly@qq.com>2020-08-06 10:32:05 +0800
commitcb5371a7dcfde196db07f5a2a3f144888b73d522 (patch)
tree65d7a5d031b83a78f3d3e00725dc15b4bfda2176 /src/MoonP/moon_compiler.cpp
parent2506c1b429e952245295e54e71dac4b345e88984 (diff)
downloadyuescript-cb5371a7dcfde196db07f5a2a3f144888b73d522.tar.gz
yuescript-cb5371a7dcfde196db07f5a2a3f144888b73d522.tar.bz2
yuescript-cb5371a7dcfde196db07f5a2a3f144888b73d522.zip
remove support for escape new line symbol, binary operator expressions can now be written multiline without escape new line symbol.
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 6ce4e48..f517e27 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.6"sv; 52 return "0.4.7"sv;
53} 53}
54 54
55// name of table stored in lua registry 55// name of table stored in lua registry