diff options
Diffstat (limited to 'meta/recipes-extended/byacc')
| -rw-r--r-- | meta/recipes-extended/byacc/byacc.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc index c6a5e38f77..28217dc362 100644 --- a/meta/recipes-extended/byacc/byacc.inc +++ b/meta/recipes-extended/byacc/byacc.inc | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | DESCRIPTION = "Berkeley Yacc" | 1 | SUMMARY = "Berkeley LALR Yacc parser generator" |
| 2 | DESCRIPTION = "A parser generator utility that reads a grammar specification from a file and generates an LR(1) \ | ||
| 3 | parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \ | ||
| 4 | programming language." | ||
| 2 | SECTION = "devel" | 5 | SECTION = "devel" |
| 3 | LICENSE = "public domain" | 6 | LICENSE = "public domain" |
| 4 | 7 | ||
