gcc-6-powerpc-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).
c-graph
interactive visualization tool for the convolution theorem
gcc-6-powerpc64le-linux-gnu
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
gcc-6-s390x-linux-gnu
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
gccgo-6-arm-linux-gnueabi
GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.
python3-link-grammar
Carnegie Mellon University's link grammar parser (Python 3)
In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar"
(1991), the authors defined a new formal grammatical system called a
"link grammar". A sequence of words is in the language of a link
grammar if there is a way to draw "links" between words in such a way
that the local requirements of each word are satisfied, the links do
not cross, and the words form a connected graph. The authors encoded
English grammar into such a system, and wrote this program to parse
English using this grammar.