Giter Site home page Giter Site logo

aya-prover / aya-dev Goto Github PK

View Code? Open in Web Editor NEW
250.0 9.0 16.0 15 MB

A proof assistant

Home Page: https://www.aya-prover.org

License: MIT License

Java 97.33% Groovy 0.57% Shell 0.52% Batchfile 0.03% Lex 0.67% Nix 0.04% JavaScript 0.56% CSS 0.23% HTML 0.05%
aya proof-assistant dependent-types

aya-dev's Introduction

actions maven gitter codecov

Website contains:

Aya is under active development, so please expect bugs, usability or performance issues (please file issues or create threads in discussions!).

What to expect?

  • Dependent types, including pi-types, sigma types, indexed families, etc. You could write a type-safe interpreter.
  • Cartesian cubical type theory with generalized path types similar to a "bounded" cubical subtype.
  • Pattern matching with first-match semantics. Checkout the red-black tree (without deletion yet).
  • Overlapping and order-independent patterns. Very useful in theorem proving.
  • A literate programming mode with inline code fragment support, inspired from Agda and 1lab. You may preview the features (in Chinese) here.
  • Binary operators, with precedence specified by a partial ordering (instead of a number like in Haskell or Agda) which is useful for equation reasoning.
  • A fairly good termination checker. We adapted some code from Agda's implementation to accept more definitions (which are rejected by, e.g. Arend).
  • Inference of type checking order. That is to say, no syntax for forward-declarations is needed for mutual recursions, induction-recursion, or induction-induction.
  • See also stdlib candidates style guide. We have a grand plan!

See also use as a library.

Contributing to Aya

Since you need Java 21 to set this project up, in case your choice of IDE is IntelliJ IDEA, version 2023.3 or higher is required.

  • Questions or concerns are welcomed in the discussion area. We will try our best to answer your questions, but please be nice.
  • We welcome nitpicks on error reporting! Please let us know anything not perfect. We have already implemented several user-suggested error messages.
  • Before contributing in any form, please read the contribution guideline thoroughly and make sure you understand your responsibilities.
  • Please follow the Code of Conduct to ensure an inclusive and welcoming community atmosphere.
  • Ask @ice1000 or simply create a ticket in the discussion to become an organization member.
    • If you want to contribute, ask before doing anything. We are reluctant to accept PRs that contradict our design goals. We value your time and enthusiasm, so we don't want to close your PRs :)

Use as a library

It's indexed in mvnrepository, and here are some example build configurations:

<!-- Maven -->
<dependency>
    <groupId>org.aya-prover</groupId>
    <artifactId>[project name]</artifactId>
    <version>[latest version]</version>
</dependency>
// Gradle
implementation group: 'org.aya-prover', name: '[project name]', version: '[latest version]'
  • [project name] specifies the subproject of Aya you want to use, and the options are pretty, base, cli-impl, parser, etc.
    • The type checker lives in base and parser.
    • The generalized pretty printing framework is in pretty.
    • The library system, literate mode, single-file type checker, and basic REPL are in cli-impl.
    • The generalized tree builder, generalized termination checker, and a bunch of other utilities (files, etc.) are in tools.
    • The generalized binary operator parser, generalized mutable graph are in tools-kala because they depend on a larger subset of the kala library.
    • The command and argument parsing framework is in tools-repl. It offers an implementation of jline3 parser based on Grammar-Kit and relevant facilities.
    • The literate-markdown related infrastructure is in tools-md. It offers commonmark extensions for literate mode of any language with a highlighter.
  • [latest version] is what you see on this badge maven.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.