Home
last modified time | relevance | path

Searched full:byacc (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/byacc/
H A Dvmsbuild.com2 $! 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 DMANIFEST1 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 DCHANGES9 * 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 DREADME.BTYACC5 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 Dmain.c352 /* noop for bison compatibility. byacc is already designed to be posix in setflag()
H A Doutput.c1399 * 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 Daclocal.m42 dnl Macros for byacc configure script (Thomas E. Dickey)
H A Dreader.c2139 /* noop for bison compatibility. byacc is already designed to be posix in read_declarations()
/freebsd/usr.bin/yacc/
H A DMakefile3 BYACC_SRC= ${SRCTOP}/contrib/byacc
16 LINKS= ${BINDIR}/yacc ${BINDIR}/byacc
17 MLINKS= yacc.1 byacc.1
/freebsd/contrib/openbsm/
H A D.travis.yml14 sudo apt-get -qq install byacc flex;
17 brew install byacc flex openssl;
H A Dconfigure1456 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 Drun_make.sh85 # Bison does not support all byacc legacy syntax
/freebsd/
H A DRELNOTES110 byacc was updated to 20240109.
/freebsd/usr.bin/yacc/tests/
H A DMakefile3 TEST_DIR= ${SRCTOP}/contrib/byacc/test
/freebsd/contrib/libpcap/
H A Dconfigure.ac2004 # 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 DINSTALL.md102 Berkeley YACC can be found [here](https://invisible-island.net/byacc/).
H A DCMakeLists.txt2944 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 Dgrammar.y.in33 * https://invisible-island.net/byacc/manpage/yacc.html
H A Dconfigure9539 # 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 Dgetdate.y42 is to use byacc instead of bison, which should generate a portable
/freebsd/contrib/ncurses/
H A DNEWS76 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 Dconfigure1730 Defaults to the first program found out of: `bison -y', `byacc',
7373 for ac_prog in 'bison -y' byacc
/freebsd/crypto/heimdal/
H A Dconfigure1725 the first program found out of: `bison -y', `byacc', `yacc'.
12316 for ac_prog in 'bison -y' byacc
/freebsd/contrib/ntp/
H A Dconfigure1895 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 DOptionalObsoleteFiles.inc8123 OLD_FILES+=usr/bin/byacc

12