Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qdeduction/qbar

the rational proof assistant
https://github.com/qdeduction/qbar

deduction formal-verification logic natural-deduction proof-assistant qbar rational-deduction rust rust-lang type-theory

Last synced: about 2 months ago
JSON representation

the rational proof assistant

Awesome Lists containing this project

README

        



# qbar

> the rational proof assistant

[![Workflow Status](https://flat.badgen.net/github/checks/qdeduction/qbar?label=workflow)](https://github.com/qdeduction/qbar/actions)
[![Project Crate](https://flat.badgen.net/crates/v/qbar)](https://crates.io/crates/qbar)
[![Documentation](https://flat.badgen.net/badge/docs/latest/blue)](https://docs.rs/qbar)


---

## Introduction

**QBAR** is an experimental automated theorem verifier/prover and proof assistant built on a simple abstract syntax language and a minimal proof kernel.

## Installation

**QBAR** is currently an _α-stage product_ and the terminal shell cannot be installed at the moment. For now, check out **QBAR**'s dependent libraries ([`exprz`](https://github.com/qdeduction/exprz) and [`rational_deduction`](https://github.com/qdeduction/rational_deduction)) or try the [web shell](https://qbar.io/app).

## Documentation

See the [web docs](https://qbar.io/docs) for the most up-to-date documentation.

---

[![Author](https://img.shields.io/badge/-AUTHOR-blue?style=for-the-badge)](https://github.com/bhgomes)
[![License](https://img.shields.io/badge/-LICENSE-lightgray?style=for-the-badge)](LICENSE)
[![Source](https://img.shields.io/badge/-SOURCE-black?style=for-the-badge)](https://github.com/qdeduction/qbar)