cel-repl

时间:2024-03-25 05:47:44
【文件属性】:

文件名称:cel-repl

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-25 05:47:44

Go

cel-repl 裸骨为 ,搭载 。 $ go run main.go cel-repl v0.1.0-local started > 1 == 1 > true > " foo " .startsWith( " bar " ) > false > 2 * 2 > 4 > [1, 2, 3].filter(n, n > 2) > [3] > quit So long, and thanks for all the fish ! 功能进度: 代表 检查 inspect显示最后一个命令的解析表达式 inspect $n对第n个表达式执行相同的操作 inspect $program显示已解析的表达式,但不执行它 多种格式 JSON格式 默认转到检查 走AST的漂亮打印机 历史 储存原始资料 存储以前解析的程序 可配置的限制 向上/向下箭头进行导航 在提示中打印


【文件预览】:
cel-repl-main
----version(14B)
----.gitignore(8B)
----main.go(3KB)
----README.md(1KB)
----go.mod(88B)
----config.yaml(44B)
----go.sum(9KB)

网友评论