Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asukaminato0721/pl0-lexical
TS version of PL0 Lexical
https://github.com/asukaminato0721/pl0-lexical
bootstrap4 demo lexical pl0 typescript
Last synced: about 1 month ago
JSON representation
TS version of PL0 Lexical
- Host: GitHub
- URL: https://github.com/asukaminato0721/pl0-lexical
- Owner: asukaminato0721
- Created: 2021-06-02T04:52:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T10:19:06.000Z (almost 3 years ago)
- Last Synced: 2024-12-12T17:14:36.234Z (about 1 month ago)
- Topics: bootstrap4, demo, lexical, pl0, typescript
- Language: JavaScript
- Homepage: https://wuyudi.github.io/PL0-Lexical/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 一个简单的在线 PL/0 分词器
## 备注
1. 原本的 .cpp 文件用了 static 变量
ts 用
```ts
if (typeof cACharacter === "undefined")
```避免再次初始化
2. 关于 `a<-2` 的解析,源文件实现就有问题。不修了。
3. 为了不在本地加负担,用 html 内嵌 Vue 实现动态修改。 ts 用 tsc 转译为 js