diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-12-17 17:33:38 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-12-17 17:33:38 +0800 |
| commit | 05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e (patch) | |
| tree | 163878ad9edab0408ad5fc46b1b9f02b473eb0ac /src/yuescript/yue_compiler.cpp | |
| parent | 2138d176edfe1f8ba3ecee211f15825e97f0570a (diff) | |
| download | yuescript-05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e.tar.gz yuescript-05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e.tar.bz2 yuescript-05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e.zip | |
eliminate some ambiguous syntax.v0.9.5
Diffstat (limited to '')
| -rwxr-xr-x | src/yuescript/yue_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp index 15a785a..6295eb7 100755 --- a/src/yuescript/yue_compiler.cpp +++ b/src/yuescript/yue_compiler.cpp | |||
| @@ -60,7 +60,7 @@ using namespace parserlib; | |||
| 60 | 60 | ||
| 61 | typedef std::list<std::string> str_list; | 61 | typedef std::list<std::string> str_list; |
| 62 | 62 | ||
| 63 | const std::string_view version = "0.9.4"sv; | 63 | const std::string_view version = "0.9.5"sv; |
| 64 | const std::string_view extension = "yue"sv; | 64 | const std::string_view extension = "yue"sv; |
| 65 | 65 | ||
| 66 | class YueCompilerImpl { | 66 | class YueCompilerImpl { |
