GithubHelp home page GithubHelp logo

gmh5225 / ssa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opencompl/ssa

0.0 0.0 0.0 44.82 MB

A minimal development of SSA theory

License: MIT License

Shell 0.08% Python 0.06% Lean 25.51% MLIR 74.34%

ssa's Introduction

SSA

Theory of static single assignment development in the Lean proof assistant.

Directory Structure

This directory structure is heavily inspired by the Research Codebase Manifesto.

  • SSA/Core: Libraries for reusable components. Code is reviewed to engineering standards. Code is tested, covered by continuous integration, and should never be broken. Very low tolerance for tech debt.
    • Breaking changes to core code should be accompanied by fixes to affected project code. The project owner should assist in identifying potential breakage. No need to fix experimental code.
  • SSA/Projects. A top-level folder for each major effort (rough criteria: a project represents 1-6 months of work).
    • Code is reviewed for correctness. Testing is recommended but optional, as is continuous integration.
    • No cross-project dependencies. If you need code from a different project, either go through the effort of polishing the code into core, or clone the code.
  • SSA/Experimental. Anything goes. Recommend namespacing by time (e.g. a new directory every month).
    • Rubber-stamp approvals. Code review is optional and comments may be ignored without justification. Do not plug this into continuous integration.
    • The goal of this directory is to create a safe space for researchers so that they do not need to hide their work. By passively observing research code “in the wild”, engineers can understand research pain points.
  • related-work/: Top-level folder for research dependencies.

ssa's People

Contributors

bollu avatar tobiasgrosser avatar goens avatar chrishughes24 avatar alexkeizer avatar kha avatar andful avatar

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.