diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-11-07 18:22:13 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-11-09 11:29:32 +0800 |
| commit | e62eb9537df808ca461917cccea14e662312c775 (patch) | |
| tree | 0b1eb2f756e8b77f99dc463a54c5be55cca1cea1 /src/yuescript/yue_compiler.cpp | |
| parent | fbdf356c7ac688da385edfc23e9d8bb3e6c87a00 (diff) | |
| download | yuescript-e62eb9537df808ca461917cccea14e662312c775.tar.gz yuescript-e62eb9537df808ca461917cccea14e662312c775.tar.bz2 yuescript-e62eb9537df808ca461917cccea14e662312c775.zip | |
start to add error AST reporting.
Diffstat (limited to '')
| -rw-r--r-- | 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 22a4a02..e061604 100644 --- a/src/yuescript/yue_compiler.cpp +++ b/src/yuescript/yue_compiler.cpp | |||
| @@ -60,7 +60,7 @@ namespace yue { | |||
| 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.15.7"sv; | 63 | const std::string_view version = "0.15.8"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 { |
