aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-02-02 10:12:30 +0800
committerLi Jin <dragon-fly@qq.com>2023-02-02 10:12:30 +0800
commitadcad422b9fb04be11afc1e2a50f805f0a78dc18 (patch)
tree1fc3dc3cb20c991c24005b60825adb376f8b1110
parent72cc9bd0ae4bf847c4519b0c508c300db8141eb3 (diff)
downloadyuescript-adcad422b9fb04be11afc1e2a50f805f0a78dc18.tar.gz
yuescript-adcad422b9fb04be11afc1e2a50f805f0a78dc18.tar.bz2
yuescript-adcad422b9fb04be11afc1e2a50f805f0a78dc18.zip
update README.md.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 40a5fbf..69baa6e 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ So Yuescript is a new code base for pushing the language to go forward and being
12 12
13Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ]. 13Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ].
14 14
15## 15
16 16
17## Features 17## Features
18 18
19* No other dependencies needed except modified **parserlib** library from Achilleas Margaritis with some performance enhancement. **lpeg** library is no longer needed. 19* No other dependencies needed except modified [parserlib](https://github.com/axilmar/parserlib) library from Achilleas Margaritis with some performance enhancement. **lpeg** library is no longer needed.
20* Written in C++17. 20* Written in C++17.
21* Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler. 21* Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler.
22* Reserve line numbers from source file in the compiled Lua codes to help debugging. 22* Reserve line numbers from source file in the compiled Lua codes to help debugging.
@@ -123,6 +123,8 @@ Usage: yue [options|files|directories] ...
123* [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio/issues/1134) (Syntax highlighting) 123* [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio/issues/1134) (Syntax highlighting)
124* [Visual Studio Code](https://github.com/pigpigyyy/yuescript-vscode) 124* [Visual Studio Code](https://github.com/pigpigyyy/yuescript-vscode)
125 125
126
127
126## License 128## License
127 129
128MIT 130MIT