Skip to content

Labels

Labels

  • ASTPrinter

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

    Something isn't working
  • debug info

    Debug info emission at IRGen step
  • devops

    Anything about the build system or CI/CD
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • 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
  • 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