From adcad422b9fb04be11afc1e2a50f805f0a78dc18 Mon Sep 17 00:00:00 2001 From: Li Jin <dragon-fly@qq.com> Date: Thu, 2 Feb 2023 10:12:30 +0800 Subject: update README.md. --- README.md | 6 ++++-- 1 file 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 Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ]. -## + ## Features -* No other dependencies needed except modified **parserlib** library from Achilleas Margaritis with some performance enhancement. **lpeg** library is no longer needed. +* 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. * Written in C++17. * Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler. * Reserve line numbers from source file in the compiled Lua codes to help debugging. @@ -123,6 +123,8 @@ Usage: yue [options|files|directories] ... * [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio/issues/1134) (Syntax highlighting) * [Visual Studio Code](https://github.com/pigpigyyy/yuescript-vscode) + + ## License MIT -- cgit v1.2.3-55-g6feb