aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-05-14 10:39:00 +0800
committerLi Jin <dragon-fly@qq.com>2020-05-14 10:39:00 +0800
commit5440b846a04802626dd5c4ebc8d19e52eb5afc99 (patch)
treead5d462b7030fcf3799f51433c149babc63b99e2 /src/MoonP/moon_compiler.cpp
parent6402a8896c78440aee03cc4b7bb315fc236e6ff8 (diff)
downloadyuescript-5440b846a04802626dd5c4ebc8d19e52eb5afc99.tar.gz
yuescript-5440b846a04802626dd5c4ebc8d19e52eb5afc99.tar.bz2
yuescript-5440b846a04802626dd5c4ebc8d19e52eb5afc99.zip
fix issue of unary and binary operator "~".
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 6d07e9e..36b6b11 100644
--- a/src/MoonP/moon_compiler.cpp
+++ b/src/MoonP/moon_compiler.cpp
@@ -43,7 +43,7 @@ inline std::string s(std::string_view sv) {
43} 43}
44 44
45const std::string_view version() { 45const std::string_view version() {
46 return "0.3.12"sv; 46 return "0.3.13"sv;
47} 47}
48 48
49// name of table stored in lua registry 49// name of table stored in lua registry