g++-12-x86-64-linux-gnu
GNU C++ compiler (cross compiler for amd64 architecture)
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
gcc-12-plugin-dev-x86-64-linux-gnu
Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
gcc-12-x86-64-linux-gnu-base
GCC, the GNU Compiler Collection (base package)
This package contains files common to all languages and libraries
contained in the GNU Compiler Collection (GCC).
gdc-12-multilib-x86-64-linux-gnu
GNU D compiler (version 2, multilib support) (cross compiler for amd64 architect
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
python3-beniget
collection of compile-time Python AST analyzers
Collection of compile-time analyzers of Python Abstract Syntax Trees
that can be used as building blocks to write static analyzers or
compilers:
* Ancestors: map a node to the list of its enclosing nodes
* DefUseChains: map a node to the list of definition points in that
node
* UseDefChains: map a node to its list of potential definitions
python3-gast
compatibility layer for the AST of various Python versions (Python3 version)
Provides an homogeneous API over the Abstract Syntax Trees of various
Python versions (including Python 2 and Python 3), which itself is
compatible with the standard library "ast" module API.