introspector/mina-snarky-asts
收藏Hugging Face2025-06-12 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/introspector/mina-snarky-asts
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
---
steps to run json dump of all the mina this includes the compiled code as well. you will find that in the _build directory there are a few copies here, more work is needed.
cd mina/
find -name \*.ml -exec ~/2024/08/12/dune/_build/default/.ppx/1977eb4d6c4f6ad3b912f65add506a08/ppx.exe {} > /dev/null \;
find -name \*.str > files.txt
tar -cf json.tar -T files.txt
mkdir ~/2023/12/28/ppxlib/ocaml-opam-ppxlib-json-ast/mina
cd ~/2023/12/28/ppxlib/ocaml-opam-ppxlib-json-ast/mina
git lfs track **.ml.str
git add *
提供机构:
introspector



