a1ff44b2ad
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>
27 lines
818 B
Plaintext
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%%
|