Skip to content

Labels

Labels

  • bug

    Something isn't working
  • ci

    Continuous Integration
  • commit style

    Commit message need to be fixed according to the contribution guideline
  • compiler

    General compiler tag
  • compiler/backend

    Related to backend system of the compiler
  • compiler/lex-parse

    Parsing and lexing subsystem of the compiler
  • compiler/msgs

    Compiler output and diagnostic subsystem: error and warnig reporting, information, debugging
  • compiler/sem

    Related to semantic-analysis system of the compiler
  • compiler/vm

    Embedded virtual machine
  • dependencies

    Pull requests that update a dependency file
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • github_actions

    Pull requests that update GitHub Actions code
  • good first issue

    Easy-to-start-with issue requiring no in-depth knowledge or complex implementation.
  • help wanted

    Extra attention is needed
  • invalid

    This doesn't seem right
  • lang/macro

  • language-design

    Language design syntax, semantics, types, statics and dynamics.
  • old-poc

    Old Proof-of-Concept implementation. Wasn't intended to be merged anyway, closed to reduce clutter
  • question

    Further information is requested
  • refactor

    Implementation refactor
  • rfc

    Request for Comments (Changes?)
  • runtime

    Interface or implementation of the runtime
  • simplification

    Removal of the old, unused, unnecessary or un/under-specified language features.
  • spec

    Specification tests edit or formal specification required.
  • stdlib

    Standard library
  • test

    Add or improve tests
  • tool

    Improvements to non-compiler tooling
  • utils

    Internal compiler utilities