-
Notifications
You must be signed in to change notification settings - Fork 1
Home
linkrope edited this page Jul 10, 2022
·
11 revisions
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.