diff options
author | Li Jin <dragon-fly@qq.com> | 2020-08-06 10:32:05 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-08-06 10:32:05 +0800 |
commit | cb5371a7dcfde196db07f5a2a3f144888b73d522 (patch) | |
tree | 65d7a5d031b83a78f3d3e00725dc15b4bfda2176 /src/MoonP/moon_compiler.cpp | |
parent | 2506c1b429e952245295e54e71dac4b345e88984 (diff) | |
download | yuescript-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.cpp | 2 |
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 | ||
51 | const std::string_view version() { | 51 | const 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 |