文件名称:neith:Javascript 拉链库
文件大小:29KB
文件格式:ZIP
更新时间:2024-07-29 11:04:21
JavaScript
Neith - Javascript 拉链库 关于 Neith 是一个用于 Javascript 的拉链库。 允许通过形式化接口有效操作不可变的分层数据结构。 Neith 支持用于惰性、无限数据结构的拉链。 树模块支持带有标记边的 n 元有序树变体的拉链。 链接 - API 文档 概述 示例是用编写的,但常规 JS 可以与 Neith 一起正常工作。 with import 'neith::zipper' zipper, import 'neith::tree' tree, import 'neith::walk' walk, import 'nu::stream' stream in { /// Define a new zipper type for json type objects. var objZipper = tree.tree
【文件预览】:
neith-master
----.gitmodules(0B)
----index.js(188B)
----test.js(98B)
----package.json(944B)
----tests()
--------prev.js(920B)
--------list.js(3KB)
--------edit.js(8KB)
--------next.js(1KB)
--------walk.js(2KB)
--------treeMovement.js(2KB)
--------movement.js(3KB)
----LICENSE(1KB)
----dist()
--------list.js(1KB)
--------zipper.js(12KB)
--------tree.js(5KB)
--------walk.js(1KB)
----dist_node()
--------list.js(1KB)
--------zipper.js(10KB)
--------tree.js(5KB)
--------walk.js(949B)
----examples()
--------nary.js(1KB)
--------binary.js(1KB)
----.gitignore(215B)
----CHANGELOG.md(3KB)
----lib()
--------walk.kep(1KB)
--------tree.kep(6KB)
--------list.kep(2KB)
--------zipper.kep(13KB)
----README.md(3KB)