/freebsd/contrib/byacc/ |
H A D | vmsbuild.com | 2 $! VMS build-script for BYACC. Requires installed C compiler 6 $! To build BYACC, type: 7 $! $ @vmsbuild [BYACC [<compiler> [bld_target]]] 37 $ write sys$output " $ @vmsbuild [BYACC [{decc | vaxc} [<bldtarget>]]]" 99 $ write sys$output "C compiler required to rebuild BYACC" 154 $ if f$search("BYACC.com") .nes. "" then delete BYACC.com;* 180 $! Runs BYACC from the current directory (used for testing) 182 $ if "''f$search("BYACC.com")'" .nes. "" then delete BYACC.com;* 183 $ copy nl: BYACC.com 184 $ open/append test_script BYACC.com [all …]
|
H A D | MANIFEST | 1 MANIFEST for byacc, version t20240109 4 ACKNOWLEDGEMENTS original version of byacc - 1993 7 LICENSE summary of byacc's license 9 NEW_FEATURES original version of byacc - 1993 10 NOTES original version of byacc - 1993 11 NO_WARRANTY original version of byacc - 1993 12 README original version of byacc - 1993 13 README.BTYACC byacc-btyacc-20140323 18 closure.c original version of byacc - 1993 24 defs.h original version of byacc - 1993 [all …]
|
H A D | CHANGES | 9 * VERSION, package/byacc.spec, package/debian/changelog, 10 package/mingw-byacc.spec, package/pkgsrc/Makefile: 28 * VERSION, package/byacc.spec, package/debian/changelog, 29 package/mingw-byacc.spec, package/pkgsrc/Makefile: 87 * VERSION, package/byacc.spec, package/debian/changelog, 88 package/mingw-byacc.spec, package/pkgsrc/Makefile: 119 patch for byacc #6: Segmentation fault when trying to parse bison-3.8.2 grammar 123 * VERSION, package/byacc.spec, package/debian/changelog, 124 package/mingw-byacc.spec, package/pkgsrc/Makefile: 147 * VERSION, package/byacc.spec, package/debian/changelog, [all …]
|
H A D | README.BTYACC | 5 The backtracking enhancements to byacc have been merged into Thomas Dickey's 6 byacc baseline. 44 See the README.BYACC files for more about
|
H A D | main.c | 352 /* noop for bison compatibility. byacc is already designed to be posix in setflag()
|
H A D | output.c | 1399 * bison's yytname[] array is roughly the same as byacc's yyname[] array. in output_debug() 1400 * The difference is that byacc does not predefine "$undefined". in output_debug()
|
H A D | aclocal.m4 | 2 dnl Macros for byacc configure script (Thomas E. Dickey)
|
H A D | reader.c | 2139 /* noop for bison compatibility. byacc is already designed to be posix in read_declarations()
|
/freebsd/usr.bin/yacc/ |
H A D | Makefile | 3 BYACC_SRC= ${SRCTOP}/contrib/byacc 16 LINKS= ${BINDIR}/yacc ${BINDIR}/byacc 17 MLINKS= yacc.1 byacc.1
|
/freebsd/contrib/openbsm/ |
H A D | .travis.yml | 14 sudo apt-get -qq install byacc flex; 17 brew install byacc flex openssl;
|
H A D | configure | 1456 Defaults to the first program found out of: `bison -y', `byacc', 11712 for ac_prog in 'bison -y' byacc
|
/freebsd/contrib/byacc/test/ |
H A D | run_make.sh | 85 # Bison does not support all byacc legacy syntax
|
/freebsd/ |
H A D | RELNOTES | 110 byacc was updated to 20240109.
|
/freebsd/usr.bin/yacc/tests/ |
H A D | Makefile | 3 TEST_DIR= ${SRCTOP}/contrib/byacc/test
|
/freebsd/contrib/libpcap/ |
H A D | configure.ac | 2004 # Look for yacc/bison/byacc. 2035 # names byacc and yacc. 2037 AC_CHECK_PROGS(BISON_BYACC, byacc yacc) 2064 # OK, we found neither byacc nor yacc. 2066 AC_MSG_ERROR([Neither bison, byacc, nor yacc was found.
|
H A D | INSTALL.md | 102 Berkeley YACC can be found [here](https://invisible-island.net/byacc/).
|
H A D | CMakeLists.txt | 2944 find_program(YACC_EXECUTABLE NAMES bison win_bison byacc yacc) 2946 message(FATAL_ERROR "Neither bison nor win_bison nor byacc nor yacc was found.") 2949 if(YACC_EXECUTABLE MATCHES "byacc" OR YACC_EXECUTABLE MATCHES "yacc")
|
H A D | grammar.y.in | 33 * https://invisible-island.net/byacc/manpage/yacc.html
|
H A D | configure | 9539 # Look for yacc/bison/byacc. 9616 # names byacc and yacc. 9618 for ac_prog in byacc yacc 9699 # OK, we found neither byacc nor yacc. 9701 as_fn_error $? "Neither bison, byacc, nor yacc was found.
|
/freebsd/usr.bin/find/ |
H A D | getdate.y | 42 is to use byacc instead of bison, which should generate a portable
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 76 byacc by Andrin Geiger) 1158 + improved CF_C11_NORETURN macro, from byacc changes. 2335 + improved test-package scripts, adapted from byacc 1.9 20180525. 4784 + CF_ACVERSION_CHECK, from byacc 1.9 20130304 5009 + improve configure macros as done in byacc:
|
/freebsd/contrib/unbound/ |
H A D | configure | 1730 Defaults to the first program found out of: `bison -y', `byacc', 7373 for ac_prog in 'bison -y' byacc
|
/freebsd/crypto/heimdal/ |
H A D | configure | 1725 the first program found out of: `bison -y', `byacc', `yacc'. 12316 for ac_prog in 'bison -y' byacc
|
/freebsd/contrib/ntp/ |
H A D | configure | 1895 Defaults to the first program found out of: `bison -y', `byacc', 6319 for ac_prog in 'bison -y' byacc
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8123 OLD_FILES+=usr/bin/byacc
|