interactive-lp

Project materials related to logic programming for interactive/reactive systems.

  • 所有者: chrisamaphone/interactive-lp
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

interactive-lp

This is the source repository for Ceptre, a tiny logic programming language
for prototyping rulesets that you can run, interact with, and analyze.

Binaries for OS X/Win/Linux available here:
https://drive.google.com/drive/folders/0B6BJA78gViuAN3A0WlVkdXBjMk0

Ceptre runs on a Unix-based command line (for now), so you will need to
know your way around a shell to use it.

Please see this tutorial to get started!

To compile from source:

  • Get MLton (http://mlton.org/).

  • Clone the repo, and get cmlib into the lib/cmlib directory:

    git submodule update --init --recursive

  • From the top-level directory, run

    make

    then

    ./ceptre path/to/filename.cep,

  • Examples live in
    examples/ and the relevant ones to Ceptre are those that
    end in .cep.

    So you might try

    ./ceptre "examples/small.cep"

    Which will run the first #trace command given in that file.

主要指标

概览
名称与所有者chrisamaphone/interactive-lp
主编程语言Standard ML
编程语言Standard ML (语言数: 3)
平台
许可证Other
所有者活动
创建于2012-11-14 20:02:53
推送于2024-08-25 21:21:46
最后一次提交2024-08-25 17:21:46
发布数1
最新版本名称prerelease (发布于 )
第一版名称prerelease (发布于 )
用户参与
星数277
关注者数24
派生数27
提交数409
已启用问题?
问题数7
打开的问题数4
拉请求数33
打开的拉请求数1
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?