• Stars
    star
    57
  • Rank 505,619 (Top 11 %)
  • Language
    Ada
  • License
    Other
  • Created over 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Byron project is a community-driven Ada compiler, toolchain, and IDE-system.

The Byron Project

The Byron project is a community-driven Ada compiler, toolchain, and system all in one; its aims are:

  1. To provide a freely available and freely usable implementation of the Ada 2012 programming language.
  2. To provide a similarly free set of tools for the above.
  3. To provide a common core for the community to build tools upon, and
  4. To provide these services in a general form so that they might be extended as needed.

Organization

Currently the only available componenets are a set of generic subprograms: a "transformation" which applies alterations to its input, "translation" which takes one type and returns another, and a "pass" which applies specified transformations to the input and output of a translation.


Progress

Current Standing of the compiler:

[โœ“] Lexing
[โœ] Parsing
[โœ—] Semantic Analysis
[โœ—] Optimizations
[โœ—] Code Generation

Legend

โœ— โ€” Unstarted.
โœ โ€” In-progress.
โœ“ โ€” Done; but not formally verified.
โœจ โ€” Done & Formally Verified.


Volunteering

If you're interested in helping, you can fill out this form to get in contact with us and let us know where you'd be interested in helping out.