Lan_G
|
160fafef70
|
misc: 清除冗余的代码
Reviewed-on: PostGuard/Canon#75
Co-authored-by: Lan_G <2911328695@qq.com>
Co-committed-by: Lan_G <2911328695@qq.com>
|
2024-05-06 00:12:57 +08:00 |
|
|
8da24523c9
|
refact: 重构代码生成 (#72)
Reviewed-on: PostGuard/Canon#72
|
2024-05-04 11:56:06 +08:00 |
|
|
6130adfa7c
|
feat: 按照open_set中的示例调整语法 (#71)
添加了构建LR分析表冲突的报错
Reviewed-on: PostGuard/Canon#71
|
2024-05-01 21:06:27 +08:00 |
|
Lan_G
|
5ca947125b
|
feat-generater (#69)
Reviewed-on: PostGuard/Canon#69
Co-authored-by: Lan_G <2911328695@qq.com>
Co-committed-by: Lan_G <2911328695@qq.com>
|
2024-04-30 14:43:14 +08:00 |
|
ichirinko
|
03852ed2bf
|
feat:完成语法树结点的类型检查 (#59)
Co-authored-by: jackfiled <xcrenchangjun@outlook.com>
Reviewed-on: PostGuard/Canon#59
Co-authored-by: ichirinko <1621543655@qq.com>
Co-committed-by: ichirinko <1621543655@qq.com>
|
2024-04-28 22:02:29 +08:00 |
|
|
17dbcccb59
|
feat: 语法树的访问者和类型检测访问者 (#56)
Reviewed-on: PostGuard/Canon#56
|
2024-04-26 10:18:49 +08:00 |
|
ichirinko
|
b20c3234c5
|
feat:修改文法制导定义为S属性定义,以避免左递归 (#55)
Co-authored-by: jackfiled <xcrenchangjun@outlook.com>
Reviewed-on: PostGuard/Canon#55
Co-authored-by: ichirinko <1621543655@qq.com>
Co-committed-by: ichirinko <1621543655@qq.com>
|
2024-04-25 11:42:36 +08:00 |
|
|
d381f56e1d
|
fix: 修复编译中的一些小问题 (#52)
Co-authored-by: Lan_G <2911328695@qq.com>
Reviewed-on: PostGuard/Canon#52
|
2024-04-22 21:48:57 +08:00 |
|
|
3a584751dc
|
feat: 针对C的代码生成 (#50)
Co-authored-by: Lan_G <2911328695@qq.com>
Reviewed-on: PostGuard/Canon#50
|
2024-04-21 22:24:35 +08:00 |
|
Ichirinko
|
dbbab1c761
|
feat-visualization (#33)
尽管里面有点粪,但还是生成了漂亮的树,就当给树施肥了
剩下一个小问题:未考虑节点的宽度(因为名称不一样长),但目前未发现对图生成的明显影响
Co-authored-by: jackfiled <xcrenchangjun@outlook.com>
Reviewed-on: PostGuard/Canon#33
Co-authored-by: Ichirinko <1621543655@qq.com>
Co-committed-by: Ichirinko <1621543655@qq.com>
|
2024-04-19 14:59:45 +08:00 |
|
|
67deb0aa2c
|
refact: 将编译中各个阶段接口化 (#35)
Reviewed-on: PostGuard/Canon#35
|
2024-04-12 19:01:37 +08:00 |
|
|
5e3ea6303e
|
refact: syntax-node (#23)
重构语法树的部分,使用单独的类来抽象不同的非终结符节点。
**同时**,将`Pascal`语法的定义从测试项目中移动到核心项目中,在项目中只维护一份对于`Pascal`语法的定义。
Reviewed-on: PostGuard/Canon#23
|
2024-04-07 16:47:28 +08:00 |
|