文件名称:Go-SkylarkinGo:Skylark配置语言在Go中实现
文件大小:208KB
文件格式:ZIP
更新时间:2022-09-02 06:01:39
Go开发-配置解析库
Skylark in Go: Skylark配置语言,在Go中实现
【文件预览】:
skylark-master
----testdata()
--------bool.sky(1KB)
--------set.sky(3KB)
--------assign.sky(6KB)
--------control.sky(1KB)
--------string.sky(15KB)
--------benchmark.sky(421B)
--------list.sky(7KB)
--------builtins.sky(7KB)
--------float.sky(8KB)
--------tuple.sky(1KB)
--------dict.sky(6KB)
--------function.sky(5KB)
--------misc.sky(4KB)
--------int.sky(6KB)
----README.md(6KB)
----value_test.go(1KB)
----syntax()
--------parse_test.go(12KB)
--------testdata()
--------scan.go(22KB)
--------walk.go(2KB)
--------grammar.txt(3KB)
--------quote.go(6KB)
--------syntax.go(12KB)
--------scan_test.go(7KB)
--------quote_test.go(2KB)
--------parse.go(24KB)
----value.go(34KB)
----skylarktest()
--------assert.sky(1KB)
--------skylarktest.go(4KB)
----eval.go(31KB)
----repl()
--------repl.go(6KB)
----empty.s(179B)
----int.go(6KB)
----library.go(59KB)
----docs()
--------CNAME(15B)
--------index.html(276B)
----LICENSE(1KB)
----hashtable_test.go(2KB)
----interp.go(12KB)
----CNAME(16B)
----eval_test.go(14KB)
----resolve()
--------testdata()
--------resolve_test.go(2KB)
--------resolve.go(24KB)
----hashtable.go(8KB)
----skylarkstruct()
--------testdata()
--------struct.go(12KB)
--------struct_test.go(3KB)
----internal()
--------compile()
--------chunkedfile()
----doc()
--------impl.md(10KB)
--------spec.md(128KB)
----.travis.yml(99B)
----example_test.go(8KB)
----cmd()
--------skylark()