#tree #agda #build #format #convert #lagda

nightly bin+lib agda-tree

用于 *.lagda.tree 格式的构建工具

6 个版本

0.2.4 2024 年 8 月 6 日
0.2.3 2024 年 7 月 29 日
0.1.0 2024 年 7 月 28 日

167配置

Download history 47/week @ 2024-07-22 190/week @ 2024-07-29 117/week @ 2024-08-05

每月下载 354

GPL-3.0 或更高版本

96KB
347 代码行

agda-tree

*.lagda.tree 转换为 *.tree

安装

cargo install agda-tree

用法

假设你有一个森林(通过 forester 的常绿笔记系统),目录结构如下

.
 |
 |-forest.toml      (config of forester)
 |-trees            (for forester)
 |-xxx
 | |-xxx.agda-lib

然后你可以运行

agda-tree build xxx

之后,你可以将生成的 *.tree 移动到森林中的 trees/ 目录,然后你可以在 forster 系统中查看文献 Agda。当前内部工作流程如下

image

如果 agda 直接接受 *.lagda.tree 作为输入,那么我将会更新 agda-tree 以适应它。

示例

image

依赖关系

~3.5–4.5MB
~87K SLoC