6bd0d65c65
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
5 lines
318 B
Text
5 lines
318 B
Text
RDP compiles attributed LL(1) grammars decorated with C-language
|
|
semantic actions into recursive descent compilers. RDP is written in
|
|
strict ANSI C and produces strict ANSI C. RDP is designed to be easy
|
|
to use, and comes with library support for many of the things that are
|
|
left to the user in more traditional tools.
|