Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 352 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 352 Bytes

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