diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -12,11 +12,11 @@ So Yuescript is a new code base for pushing the language to go forward and being | |||
| 12 | 12 | ||
| 13 | Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ]. | 13 | Yue (月) 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 | ||
| 128 | MIT | 130 | MIT |
