Skip to content

Commit

Permalink
📃 docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
2439905184 committed Oct 4, 2022
1 parent a6cbce5 commit 3e88ac4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
2. [X] 多行宏的独立解析器(词法分析器)
3. [ ] parser代码的独立解析器(词法分析器)

## 如何使用
1. 下载此仓库源码
2. python main.py bkscr verbose
```js
//命令行运行 参数格式
//python.exe main.py <相对文件夹目录> <是否启用详细输出>
//python.exe main.py bkscr
//python.exe main.py bkscr verbose
```
## 运行截图

verbose模式输出信息
Expand All @@ -36,4 +45,4 @@ verbose模式输出信息

1. `自研` bkengine的开源解释器实现 (游戏运行器) 打算仅支持解释经过词法分析器编译的`中间码`,这种中间码格式是`纯文本`的,以及`.bkbin字节码`。使用`SDL2`或者`OpenGL`或者`DirectX`或者`LibGdx`实现`游戏运行的底层逻辑`.
2. 基于`开源游戏引擎`作为bkengine的`后端实现`,自己实现`中间层` 代码,解释器代码处于`游戏引擎``上层游戏逻辑` 中,作为一个`解释框架` 嵌入`游戏引擎``上层代码` 而不是`底层代码`
3. 基于`Vue前端框架``JavaScript` 实现小说游戏的解释运行,使用浏览器`软件Dom渲染`
3. 基于`Vue前端框架``JavaScript` 实现小说游戏的解释运行,使用浏览器`软件Dom渲染`

0 comments on commit 3e88ac4

Please sign in to comment.