Skip to content

Labels

Labels

  • ASTPrinter

    This component will print the AST as Glu source code
  • bug

    Something isn't working
  • ClangImporter

    The importer for C/C++ header files
  • debug info

    Debug info emission at IRGen step
  • devops

    Anything about the build system or CI/CD
  • documentation

    Improvements or additions to documentation
  • Driver

    The gluc executable — includes the main function and argument parsing
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • GIL Pass

    Passes transforming GIL
  • GILDec

    The component which will decompile GIL to an AST
  • GILGen

    The component which will lower the AST to the GIL (Glu Intermediate Language)
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • ImportManager

    The handling of imports
  • invalid

    This doesn't seem right
  • IRDec

    This component decompile the LLVM IR to GIL (Glu Intermediate Language)
  • IRGen

    This component will generate the LLVM IR from the GIL (Glu Intermediate Language)
  • lexer

    The component which tokenize the source code
  • LSP

    The Glu Language Server Protocol
  • optimizer

    The component which will optimise the GIL (Glu Intermediate Language)
  • parser

    The component which will generate the AST
  • question

    Further information is requested
  • sema

    Semantic Analysis — includes Constraint System & Scope resolution
  • Semantic Pass

    Passes that walk through the AST after Sema
  • stdlib

    The standard library component
  • wontfix

    This will not be worked on