aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-09-18 17:24:03 +0800
committerLi Jin <dragon-fly@qq.com>2020-09-18 17:24:03 +0800
commit5b656d2913e4f9f0017698ec835ce4ddda1dc81f (patch)
treed5e4239aa264175b78f3c6aa72291c0c94f5055e /src/MoonP/moon_compiler.cpp
parent5e032607d83070ff6968a3fa3eabaf86a0ea2c2e (diff)
downloadyuescript-5b656d2913e4f9f0017698ec835ce4ddda1dc81f.tar.gz
yuescript-5b656d2913e4f9f0017698ec835ce4ddda1dc81f.tar.bz2
yuescript-5b656d2913e4f9f0017698ec835ce4ddda1dc81f.zip
support inserting common expression item started with * symbol into a table block.
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 510b47e..8c0746f 100644
--- a/src/MoonP/moon_compiler.cpp
+++ b/src/MoonP/moon_compiler.cpp
@@ -54,7 +54,7 @@ inline std::string s(std::string_view sv) {
54} 54}
55 55
56const std::string_view version() { 56const std::string_view version() {
57 return "0.4.14"sv; 57 return "0.4.15"sv;
58} 58}
59 59
60class MoonCompilerImpl { 60class MoonCompilerImpl {