README 330 B

12345678
  1. LLgen is a tool for generating an efficient recursive descent parser
  2. from an ELL(1) grammar. The grammar may be ambiguous or more general
  3. than ELL(1): there are both static and dynamic facilities to resolve
  4. the ambiguities.
  5. LLgen is a part of the Amsterdam Compiler Kit, used all the way
  6. in it for parsing C, Pascal, Modula etc.