mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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>
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
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.
|