1 Star 0 Fork 0

MoleSir/Hscm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hscm.cabal 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
MoleSir 提交于 2025-03-30 22:01 +08:00 . Add primitiveEnv
cabal-version: >=1.10
name: hscm
version: 0.1.0.0
description: Scheme in Haskell
license: MIT
license-file: LICENSE
author: molesir
maintainer: iamnotabu@qq.com
build-type: Simple
library hscm-lib
exposed-modules: Hscm.Eval,
Hscm.Parse,
Hscm.Value,
Hscm.Primitive,
Parsec
hs-source-dirs: source
build-depends: base, mtl, containers
default-language: Haskell2010
executable hscm
main-is: Main.hs
other-modules: Hscm.Eval,
Hscm.Parse,
Hscm.Value,
Hscm.Primitive,
Parsec
hs-source-dirs: source
build-depends: base, mtl, containers
default-language: Haskell2010
test-suite hscm-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: EvalTest,
ParseTest
build-depends: base, mtl, hspec, hspec-discover, hscm-lib
default-language: Haskell2010
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MoleSir/hscm.git
git@gitee.com:MoleSir/hscm.git
MoleSir
hscm
Hscm
master

搜索帮助