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

expert-system logical-model logical-programming

Last synced: 14 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
```