diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-15 10:49:39 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-04-15 10:49:39 +0800 |
commit | 770cb9ba887ff011369175b29b041a49e759343d (patch) | |
tree | cc97179bdef3c9794ed99738f2bbd9d4fdf721de | |
parent | 52aa4784ab8474025093fe6b16ce6f260b2e762c (diff) | |
download | yuescript-770cb9ba887ff011369175b29b041a49e759343d.tar.gz yuescript-770cb9ba887ff011369175b29b041a49e759343d.tar.bz2 yuescript-770cb9ba887ff011369175b29b041a49e759343d.zip |
add CI badges.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ | |||
1 | # MoonPlus | 1 | # MoonPlus |
2 | 2 | ||
3 |  | 3 | **macOS:**  **Linux:**  **Windows:** [](https://ci.appveyor.com/project/pigpigyyy/moonplus/branch/master) |
4 | |||
4 | MoonPlus is a compiler with features from [Moonscript language](https://github.com/leafo/moonscript) 0.5.0 and adopting new features to make Moonscript more up to date. | 5 | MoonPlus is a compiler with features from [Moonscript language](https://github.com/leafo/moonscript) 0.5.0 and adopting new features to make Moonscript more up to date. |
5 | 6 | ||
6 | Since original Moonscript has been used to write web framework [lapis](https://github.com/leafo/lapis) and run a few business web sites like [itch.io](https://itch.io) and [streak.club](https://streak.club) with some large code bases. The original language is getting too hard to adopt new features for those may break the stablility for existing applications. | 7 | Since original Moonscript has been used to write web framework [lapis](https://github.com/leafo/lapis) and run a few business web sites like [itch.io](https://itch.io) and [streak.club](https://streak.club) with some large code bases. The original language is getting too hard to adopt new features for those may break the stablility for existing applications. |