Skip to content
linkrope edited this page Jul 10, 2022 · 11 revisions

What is Gamma?

Gamma is a compiler generator. Like a parser generator generates a parser from a (context-free) grammar, gamma generates a compiler from two grammars tied together. The two levels of grammars are called extended affix grammar. As extended affix grammars are compiled into compilers, gamma could also be called a compiler-compiler.