Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kajizukataichi/amalog

Simple amateur's logical model
https://github.com/kajizukataichi/amalog

amature expert-system expert-systems inference inference-engine inference-engines logic-model logic-programming logical logical-model logical-programming programming-logic

Last synced: 23 days ago
JSON representation

Simple amateur's logical model

Awesome Lists containing this project

README

        

# AmaLog
simple amateur's logical model

## Usage
Enter below command to start program.
```
cargo run
```

### Example
```
AmaLog - simple amateur's logical model
(c) 2024 梶塚太智. All rights reserved
> !socrates = human
Facts: { socrates = human }
> !human = will die
Facts: { human = will die, socrates = human }
> ?socrates = will die
true
```