interactive-lp
interactive-lp copied to clipboard
Project materials related to logic programming for interactive/reactive systems. Contains the Ceptre programming language.
I looked through the tutorial and it seems incomplete. Looking through the examples (ie garden-small.cep) I guess you can declare new types of a certain kind via ``` plant_phase :...
Hello, I'm wondering if this is possible to group my rules as follows: ``` a : something. stage a_rules = { a/rule : some -o rule. } b : something....
Is there any way to compile this with MLKit? I would like to try and use the SMLtoJs feature for MLKit to try and get Ceptre running in the browser.
Hi, I got the examples working and this is really great. I think this would be a perfect fit for a story-generation game I'd like to make. My question is...
another one-- i was wondering why all my `w` and `e` commands weren't working as expected ;_;
`0: (quiesce)` is now part of the output during interactive mode. So one has to press `1` not `0` to continue as intended
I'm working on generative storytelling and I needed to output text from Ceptre because it was to cumbersome to parse the output with a different program. This introduces side effects...