NetBSD/external/bsd/byacc
uwe 8cced7413f Improve PostScript output.
Some highlights in no particular order:

%destructor was somehow lost from the list that follows, it should be
part of it.

Use .Ic for yacc directives when they are defined, .Ql otherwise.

Use explicit .Sq Li (instead of .Ql) in description of %destructor to
make sure the result is consistently quoted.  It more readable that
way.

Use .Va and .Vt where appropriate.

C preprocessor directives are marked up with .No (a nop), so that it's
easy to switch them to something else if need be.  For now just use
them as plain words.
2020-07-27 00:34:56 +00:00
..
bin Improve PostScript output. 2020-07-27 00:34:56 +00:00
dist Avoid duplicate "code_lines" symbols, which fails to link when building 2020-05-22 22:59:14 +00:00
include Enable the backtracking extension, otherwise code does not compile with YYDEBUG. 2019-10-07 02:56:33 +00:00
byacc2netbsd merge conflicts. 2017-06-05 18:54:30 +00:00
Makefile
Makefile.inc Disable noreturn checks for remaining external code 2011-09-16 16:41:20 +00:00