freebsd-ports/devel/afay/pkg-plist
Martin Wilke a1ff44b2ad A modified version of Aflex/Ayacc for Ada95 parent/child feature support. A new
directive "%unit A.B.C" is added, enabling the Ada unit A.B.C to be the parent
of the generated lexer/parser.

Aflex/Ayacc are copyrighted by the The University of California.

PR:		ports/105356
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2006-11-14 10:16:53 +00:00

27 lines
818 B
Plaintext

bin/aflex
bin/ayacc
%%PORTDOCS%%%%DOCSDIR%%/READ_ME.aflex
%%PORTDOCS%%%%DOCSDIR%%/READ_ME.ayacc
%%PORTDOCS%%%%DOCSDIR%%/aflex.html
%%PORTDOCS%%%%DOCSDIR%%/aflex_user_man.bib
%%PORTDOCS%%%%DOCSDIR%%/aflex_user_man.tex
%%PORTDOCS%%%%DOCSDIR%%/ayacc.html
%%PORTDOCS%%%%DOCSDIR%%/ayacc_user_man.tex
%%EXAMPLESDIR%%/ada_parser/COMPILE
%%EXAMPLESDIR%%/ada_parser/READ.ME
%%EXAMPLESDIR%%/ada_parser/ada.y
%%EXAMPLESDIR%%/ada_parser/ada_lex.l
%%EXAMPLESDIR%%/ada_parser/driver.a
%%EXAMPLESDIR%%/calc/COMPILE
%%EXAMPLESDIR%%/calc/READ.ME
%%EXAMPLESDIR%%/calc/calc.input
%%EXAMPLESDIR%%/calc/calc.y
%%EXAMPLESDIR%%/calc/calc_lex.l
%%EXAMPLESDIR%%/calc/driver.a
%%EXAMPLESDIR%%/example.l
%%EXAMPLESDIR%%/test95.l
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%/ada_parser
@dirrm %%EXAMPLESDIR%%/calc
@dirrm %%EXAMPLESDIR%%