Skip to content
/ gamma Public
forked from linkrope/gamma

Extended Affix Grammar Compiler Compiler

License

Notifications You must be signed in to change notification settings

kuniss/gamma

 
 

Repository files navigation

gamma

Extended Affix Grammar Compiler Generator

D License Dub Version

gamma is a compiler generator for the Extended Affix Grammar formalism.

See the Wiki for detailed introductions, tutorials, information on Extended Affix Grammars and compiler generators, and more.

Usage

Open in Gitpod

Run gamma to generate a compiler for some of the available examples. For example:

./gamma example/abc.eag

Then, run the generated compiler. For example:

./S test/abc

Alternatively, use dub to run, build, or test the compiler generator. For example:

dub run -- example/abc.eag

About

Extended Affix Grammar Compiler Compiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 93.2%
  • Modula-2 6.8%