diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-09-18 17:24:03 +0800 | 
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-09-18 17:24:03 +0800 | 
| commit | 5b656d2913e4f9f0017698ec835ce4ddda1dc81f (patch) | |
| tree | d5e4239aa264175b78f3c6aa72291c0c94f5055e /src/MoonP/moon_compiler.cpp | |
| parent | 5e032607d83070ff6968a3fa3eabaf86a0ea2c2e (diff) | |
| download | yuescript-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.cpp | 2 | 
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 | ||
| 56 | const std::string_view version() { | 56 | const std::string_view version() { | 
| 57 | return "0.4.14"sv; | 57 | return "0.4.15"sv; | 
| 58 | } | 58 | } | 
| 59 | 59 | ||
| 60 | class MoonCompilerImpl { | 60 | class MoonCompilerImpl { | 
