-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
244 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<div align="center"> | ||
|
||
# 🐺 lpp | ||
|
||
> 一门由 @FurryR 开发的高级编程语言。 | ||
[![浏览数](https://hits.dwyl.com/FurryR/lpp-scratch.svg?style=flat-square)](http://github.com/FurryR/lpp-scratch) | ||
[![🛠️ 构建](https://github.com/FurryR/lpp-scratch/actions/workflows/ci.yaml/badge.svg)](https://github.com/FurryR/lpp-scratch/actions/workflows/ci.yaml) | ||
|
||
[🇺🇸](./README.md) | 🇨🇳 | ||
|
||
</div> | ||
|
||
## 🛠️ 特性 | ||
|
||
<table> | ||
<tr><td> | ||
|
||
### 📃 全新的类型系统 | ||
|
||
🌟 lpp 引入了一个全新的类型系统到 Scratch 中。由此,您可以创建您自己的复杂对象或类。 | ||
|
||
<div align="center"> | ||
|
||
![复杂对象](doc/zh-cn/image/readme/complex-objects.png) | ||
|
||
</div> | ||
|
||
<img width=1000 /> | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
### 😼 直接构造 JSON | ||
|
||
💡 lpp 允许您不使用 `JSON.parse` 而直接构造 JSON。 | ||
|
||
<div align="center"> | ||
|
||
![JSON](doc/zh-cn/image/readme/json.png) | ||
|
||
</div> | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
### 👾 友好的调试器 | ||
|
||
🤖 lpp 提供了一个友好的调试器和错误回溯系统。 | ||
|
||
<div align="center"> | ||
|
||
![友好的调试器](doc/zh-cn/image/readme/debugger.png) | ||
|
||
</div> | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
### 💞 联动 | ||
|
||
🌎 lpp 导出了它的 API 到 `vm.runtime.lpp`,这样其它的扩展就可以使用它们提供扩展功能了。 | ||
|
||
<div align="center"> | ||
|
||
![导出的 API](doc/zh-cn/image/readme/export.png) | ||
|
||
</div> | ||
|
||
</td></tr> | ||
</table> | ||
|
||
## 🤔 如何使用 | ||
|
||
1. 🔽 从 [`Github Actions`](https://github.com/FurryR/lpp-scratch/actions/workflows/ci.yaml) 下载每日构建 (**需要登录**)。 请总是下载最后一个提交。您可以下载 `lpp-debug` 或者 `lpp-release`。将产物解压到一个文件夹中。 | ||
|
||
<div align="center"> | ||
|
||
![下载](doc/zh-cn/image/readme/download.png) | ||
|
||
</div> | ||
|
||
1. 💡 下载 [`Eureka`](https://eureka.codingclip.cc/)。请注意您需要先下载 [`Tampermonkey`](https://www.tampermonkey.net/) 或 [`ViolentMonkey`](https://violentmonkey.github.io/get-it/)。点击它们的名字就可以导航到下载页面。 | ||
|
||
<div align="center"> | ||
|
||
![Eureka](doc/zh-cn/image/readme/eureka.png) | ||
|
||
</div> | ||
|
||
1. 😼 打开一个(受支持的)Scratch 网站 ([`Gandi`](https://cocrea.world/gandi)、[`Co-create world`](https://ccw.site/gandi)、[`scratch.mit.edu`](https://scratch.mit.edu/projects/editor/)、[Turbowarp](https://turbowarp.org/editor), 等等)。 | ||
|
||
<div align="center"> | ||
|
||
![Turbowarp](doc/zh-cn/image/readme/turbowarp.png) | ||
|
||
</div> | ||
|
||
1. 🛠️ 滚动到 `自制积木` 然后您就会看见 `Eureka`。 | ||
|
||
<div align="center"> | ||
|
||
![自制积木](doc/zh-cn/image/readme/myblocks.png) | ||
|
||
</div> | ||
|
||
1. 🐺 使用 `从文件侧载扩展`,在解压的文件夹中选择 `index.global.js`(如果它提示沙盒加载,请选择 **取消**)然后 🎉! Lpp 现在可以用了。 | ||
|
||
<div align="center"> | ||
|
||
![完成](doc/zh-cn/image/readme/done.png) | ||
|
||
</div> | ||
|
||
## 📄 文档 | ||
|
||
<table> | ||
<tr><td> | ||
|
||
### ❤️🔥 新手起步 | ||
|
||
🚧 此段落仍在施工中。 | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
### 🤖 渐入佳境 | ||
|
||
🚧 此段落仍在施工中。 | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
### 🛠️ 高级文档 | ||
|
||
🚧 此段落仍在施工中。 | ||
|
||
- [内嵌类定义](doc/zh-cn/definition/builtin.md) | ||
|
||
</td></tr> | ||
</table> | ||
|
||
--- | ||
|
||
<div align="center"> | ||
|
||
_`此项目以 MIT 协议发行。`_ | ||
|
||
❤️ | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDYwMCAzNzIiPjxkZWZzPjxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI2MDAiIGhlaWdodD0iMzcyIi8+PGc+PHBhdGggZD0iTTIzMC4xNCwxNjEuMzd2NDUuMDVoMjUuNDJjMi4wMywwLDMuNTgsLjQ5LDQuNjcsMS40OCwxLjA4LC45OSwxLjYzLDIuMjIsMS42MywzLjcxcy0uNTQsMi43NS0xLjYsMy42OWMtMS4wNywuOTQtMi42MywxLjQxLTQuNjksMS40MWgtMzAuMjdjLTIuNzMsMC00LjY5LS42LTUuODktMS44Mi0xLjItMS4yMS0xLjc5LTMuMTctMS43OS01Ljg3di00Ny42N2MwLTIuNTMsLjU3LTQuNDMsMS43MS01LjcsMS4xNC0xLjI3LDIuNjQtMS45LDQuNS0xLjlzMy40MSwuNjMsNC41OCwxLjg4YzEuMTcsMS4yNSwxLjc1LDMuMTYsMS43NSw1LjcyWiIvPjxwYXRoIGQ9Ik0yOTQuMSwxOTIuNjJoLTExLjQ4djE3LjUyYzAsMi41LS41OSw0LjQxLTEuNzcsNS43cy0yLjY3LDEuOTQtNC40OCwxLjk0LTMuNDEtLjY0LTQuNTYtMS45MmMtMS4xNS0xLjI4LTEuNzMtMy4xNi0xLjczLTUuNjR2LTQ3LjcxYzAtMi43NiwuNjMtNC43MywxLjktNS45MXMzLjI4LTEuNzcsNi4wNC0xLjc3aDE2LjA5YzQuNzYsMCw4LjQyLC4zNywxMC45OCwxLjEsMi41MywuNyw0LjcyLDEuODcsNi41NywzLjUsMS44NCwxLjYzLDMuMjQsMy42Myw0LjIsNnMxLjQ0LDUuMDIsMS40NCw3Ljk4YzAsNi4zMS0xLjk0LDExLjA4LTUuODMsMTQuMzMtMy44OCwzLjI1LTkuNjcsNC44OC0xNy4zNSw0Ljg4Wm0tMy4wNC0yOC4zN2gtOC40NHYxOC45MWg4LjQ0YzIuOTYsMCw1LjQyLS4zMSw3LjQxLS45MywxLjk4LS42MiwzLjUtMS42Myw0LjU0LTMuMDQsMS4wNC0xLjQxLDEuNTYtMy4yNSwxLjU2LTUuNTMsMC0yLjczLS44LTQuOTUtMi40MS02LjY3LTEuOC0xLjgzLTUuNS0yLjc0LTExLjEtMi43NFoiLz48cGF0aCBkPSJNMzUxLjc3LDE5Mi42MmgtMTEuNDh2MTcuNTJjMCwyLjUtLjU5LDQuNDEtMS43Nyw1LjctMS4xOCwxLjI5LTIuNjcsMS45NC00LjQ3LDEuOTRzLTMuNDEtLjY0LTQuNTYtMS45MmMtMS4xNi0xLjI4LTEuNzMtMy4xNi0xLjczLTUuNjR2LTQ3LjcxYzAtMi43NiwuNjMtNC43MywxLjktNS45MXMzLjI4LTEuNzcsNi4wNC0xLjc3aDE2LjA4YzQuNzYsMCw4LjQyLC4zNywxMC45OCwxLjEsMi41MywuNyw0LjcyLDEuODcsNi41NywzLjUsMS44NCwxLjYzLDMuMjQsMy42Myw0LjIsNiwuOTYsMi4zNiwxLjQzLDUuMDIsMS40Myw3Ljk4LDAsNi4zMS0xLjk0LDExLjA4LTUuODMsMTQuMzMtMy44OCwzLjI1LTkuNjcsNC44OC0xNy4zNSw0Ljg4Wm0tMy4wNC0yOC4zN2gtOC40NHYxOC45MWg4LjQ0YzIuOTYsMCw1LjQzLS4zMSw3LjQxLS45MywxLjk4LS42MiwzLjUtMS42Myw0LjU0LTMuMDQsMS4wNC0xLjQxLDEuNTYtMy4yNSwxLjU2LTUuNTMsMC0yLjczLS44LTQuOTUtMi40MS02LjY3LTEuOC0xLjgzLTUuNS0yLjc0LTExLjEtMi43NFoiLz48cGF0aCBkPSJNMzc5LjMsMjE3Ljc4Yy0xLjc1LDAtMy4yNS0uNTYtNC41Mi0xLjY5LTEuMjctMS4xMy0xLjktMi43LTEuOS00LjczLDAtMS43MiwuNjEtMy4xOSwxLjgyLTQuNDMsMS4yMS0xLjI0LDIuNy0xLjg2LDQuNDgtMS44NnMzLjI5LC42MSw0LjU0LDEuODRjMS4yNSwxLjIyLDEuODgsMi43MSwxLjg4LDQuNDUsMCwyLS42MywzLjU3LTEuODgsNC43MS0xLjI1LDEuMTQtMi43MiwxLjcxLTQuNDEsMS43MVoiLz48cGF0aCBkPSJNNDM1LjQ5LDE2MS4zN3YzMi40MmMwLDIuODItLjEyLDUuMjEtLjM2LDcuMTgtLjI0LDEuOTctLjc4LDMuOTctMS42Miw2LTEuNDEsMy40MS0zLjczLDYuMDYtNi45Nyw3Ljk2LTMuMjQsMS45LTcuMTgsMi44NS0xMS44MiwyLjg1LTQuMTksMC03LjY5LS42Ni0xMC40OS0xLjk4cy01LjA2LTMuNDYtNi43OC02LjQyYy0uOS0xLjU4LTEuNjMtMy4zOS0yLjItNS40NS0uNTYtMi4wNS0uODQtNC4wMS0uODQtNS44NywwLTEuOTcsLjU1LTMuNDgsMS42NS00LjUyczIuNS0xLjU2LDQuMjItMS41NiwyLjkxLC40OCwzLjc2LDEuNDQsMS40OSwyLjQ1LDEuOTQsNC40OGMuNDgsMi4xNywuOTYsMy45LDEuNDMsNS4xOSwuNDgsMS4yOSwxLjI4LDIuNDEsMi40MSwzLjMzLDEuMTIsLjkzLDIuNzMsMS4zOSw0LjgxLDEuMzksNS41NCwwLDguMzItNC4wNyw4LjMyLTEyLjJ2LTM0LjI0YzAtMi41MywuNTYtNC40MywxLjY3LTUuNywxLjExLTEuMjcsMi42Mi0xLjksNC41NC0xLjlzMy40OCwuNjMsNC42MiwxLjksMS43MSwzLjE3LDEuNzEsNS43WiIvPjxwYXRoIGQ9Ik00OTYuMTIsMTk4LjE1YzAsMy43NC0uOTYsNy4xMS0yLjg5LDEwLjA5LTEuOTMsMi45OC00Ljc1LDUuMzItOC40Niw3LjAxLTMuNzEsMS42OS04LjEyLDIuNTMtMTMuMjEsMi41My02LjExLDAtMTEuMTUtMS4xNS0xNS4xMi0zLjQ2LTIuODEtMS42Ni01LjEtMy44OC02Ljg2LTYuNjVzLTIuNjQtNS40Ny0yLjY0LTguMDhjMC0xLjUyLC41My0yLjgyLDEuNTgtMy45MSwxLjA2LTEuMDgsMi40LTEuNjMsNC4wMy0xLjYzLDEuMzIsMCwyLjQ0LC40MiwzLjM2LDEuMjcsLjkxLC44NCwxLjcsMi4xLDIuMzQsMy43NiwuNzksMS45NywxLjY0LDMuNjIsMi41NSw0Ljk0LC45MSwxLjMyLDIuMiwyLjQxLDMuODYsMy4yNywxLjY2LC44NiwzLjg0LDEuMjksNi41NCwxLjI5LDMuNzEsMCw2LjczLS44Nyw5LjA2LTIuNiwyLjMyLTEuNzMsMy40OC0zLjg5LDMuNDgtNi40OCwwLTIuMDUtLjYzLTMuNzItMS44OC01LTEuMjUtMS4yOC0yLjg3LTIuMjYtNC44Ni0yLjkzcy00LjY0LTEuMzktNy45Ni0yLjE1Yy00LjQ1LTEuMDQtOC4xNy0yLjI2LTExLjE3LTMuNjUtMy0xLjM5LTUuMzgtMy4yOS03LjEzLTUuNy0xLjc2LTIuNDEtMi42NC01LjQtMi42NC04Ljk3cy45My02LjQzLDIuNzktOS4wOGMxLjg2LTIuNjUsNC41NC00LjY4LDguMDYtNi4xLDMuNTItMS40Miw3LjY2LTIuMTMsMTIuNDEtMi4xMywzLjgsMCw3LjA4LC40Nyw5Ljg2LDEuNDEsMi43NywuOTQsNS4wNywyLjIsNi45LDMuNzYsMS44MywxLjU2LDMuMTcsMy4yLDQuMDEsNC45MiwuODQsMS43MiwxLjI3LDMuMzksMS4yNyw1LjAyLDAsMS40OS0uNTMsMi44NC0xLjU4LDQuMDMtMS4wNSwxLjItMi4zNywxLjc5LTMuOTUsMS43OS0xLjQ0LDAtMi41My0uMzYtMy4yNy0xLjA4LS43NS0uNzItMS41Ni0xLjg5LTIuNDMtMy41My0xLjEzLTIuMzQtMi40OC00LjE2LTQuMDUtNS40Ny0xLjU4LTEuMzEtNC4xMS0xLjk2LTcuNi0xLjk2LTMuMjQsMC01Ljg1LC43MS03LjgzLDIuMTMtMS45OCwxLjQyLTIuOTgsMy4xMy0yLjk4LDUuMTMsMCwxLjI0LC4zNCwyLjMxLDEuMDEsMy4yMSwuNjgsLjksMS42LDEuNjcsMi43OSwyLjMyLDEuMTgsLjY1LDIuMzgsMS4xNSwzLjU5LDEuNTIsMS4yMSwuMzcsMy4yMSwuOSw2LDEuNiwzLjQ5LC44Miw2LjY1LDEuNzIsOS40OCwyLjcsMi44MywuOTksNS4yMywyLjE4LDcuMjIsMy41OSwxLjk4LDEuNDEsMy41MywzLjE5LDQuNjQsNS4zNCwxLjExLDIuMTUsMS42Nyw0Ljc5LDEuNjcsNy45MloiLz48L2c+PHBhdGggZD0iTTEwMi4xMywxNDguMjJjMC01LjgyLDQuNzItMTAuNTMsMTAuNTMtMTAuNTNoNzUuMjVjNS44MiwwLDEwLjUzLDQuNzIsMTAuNTMsMTAuNTN2NzUuMjVjMCw1LjgyLTQuNzIsMTAuNTMtMTAuNTMsMTAuNTNIMTEyLjY2Yy01LjgyLDAtMTAuNTMtNC43Mi0xMC41My0xMC41M3YtNzUuMjVabTEwLjUzLTEuNWMtLjgzLDAtMS41LC42Ny0xLjUsMS41djc1LjI1YzAsLjgzLC42NywxLjUsMS41LDEuNWg3NS4yNWMuODMsMCwxLjUtLjY3LDEuNS0xLjV2LTc1LjI1YzAtLjgzLS42Ny0xLjUtMS41LTEuNUgxMTIuNjZabTQ0Ljk3LDIzLjljMS43Ni0xLjc2LDQuNjItMS43Niw2LjM4LDBsMTIuMDQsMTIuMDRjMS43NiwxLjc2LDEuNzYsNC42MiwwLDYuMzhsLTEyLjA0LDEyLjA0Yy0xLjY5LDEuODItNC41NSwxLjkzLTYuMzcsLjI0LS42NC0uNTktMS4wOS0xLjM2LTEuMy0yLjItLjQxLTEuNiwuMDktMy4yOSwxLjI5LTQuNDJsOC44NS04Ljg1LTguODUtOC44NWMtMS43Ni0xLjc2LTEuNzYtNC42MiwwLTYuMzhabS0xNC42OSw2LjM4bC04Ljg1LDguODUsOC44NSw4Ljg1YzEuODIsMS42OSwxLjkzLDQuNTUsLjI0LDYuMzctLjU5LC42NC0xLjM2LDEuMDktMi4yLDEuMy0xLjYsLjQxLTMuMjktLjA5LTQuNDItMS4yOWwtMTIuMDQtMTIuMDRjLTEuNzYtMS43Ni0xLjc2LTQuNjIsMC02LjM4bDEyLjA0LTEyLjA0YzEuNzgtMS42Niw0LjU1LTEuNjEsNi4yNywuMTEsMS43MiwxLjcyLDEuNzYsNC40OSwuMTEsNi4yN1oiLz48L3N2Zz4=' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.