Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/traxys/lore

lore is a tool to do operations on first order formulas
https://github.com/traxys/lore

Last synced: 9 days ago
JSON representation

lore is a tool to do operations on first order formulas

Awesome Lists containing this project

README

        

# lore
Logical Ordinary Resolver of Expressions (it needed a name)

## Usage

```
cargo run
```

You can the type help to get some help

The syntax is using `for` for forall, `ex` for exists `&` for `and`, `|` for `or`, `=>` implies, `<=>` equivalence and `!` for not. for using variables the syntax is `$name`.