To.ml:适用于TOML的OCaml库

时间:2021-05-05 22:43:26
【文件属性】:
文件名称:To.ml:适用于TOML的OCaml库
文件大小:70KB
文件格式:ZIP
更新时间:2021-05-05 22:43:26
config toml parser printer ocaml 托姆 用于库。 文献资料 看一下。 否则,这是快速入门指南。 读取TOML数据 utop # (* This will return either `Ok $tomltable or `Error $error_with_location *) let ok_or_error = Toml.Parser. from_string " key=[1,2] " ;; val ok_or_error : Toml.Parser .result = `Ok < abstr> utop # (* You can use the 'unsafe' combinator to get the result directly, or an exception if a parsing error occurred *) let parsed_toml = Toml.Parser. (from_stri
【文件预览】:
To.ml-master
----.gitignore(61B)
----src()
--------min.mli(329B)
--------printer.ml(6KB)
--------compare.mli(596B)
--------lenses.ml(4KB)
--------types.ml(1KB)
--------min.ml(83B)
--------lenses.mli(5KB)
--------unicode.ml(1KB)
--------menhir_parser.mly(5KB)
--------compare.ml(702B)
--------dune(267B)
--------printer.mli(932B)
--------parser.ml(1KB)
--------cconv()
--------parser.mli(1KB)
--------lexer.mll(4KB)
----LICENSE.md(7KB)
----.ocamlformat(1KB)
----doc()
--------favicon.png(37KB)
--------style.css(236B)
--------index.html(1KB)
----.github()
--------workflows()
----README.md(4KB)
----dune-project(1KB)
----tests()
--------parser_test.ml(11KB)
--------official_example.ml(3KB)
--------official_example.toml(860B)
--------unicode_test.ml(286B)
--------official_example4.toml(5KB)
--------utils.ml(1KB)
--------dune(590B)
--------key_test.ml(550B)
--------compare_test.ml(404B)
--------types_test.ml(138B)
--------printer_test.ml(6KB)
--------lenses_test.ml(11KB)
--------official_example4.ml(10KB)
----CHANGES.md(2KB)
----toml_cconv.opam(902B)
----toml.opam(1KB)

网友评论