Home
last modified time | relevance | path

Searched refs:yacc (Results 1 – 25 of 4936) sorted by relevance

12345678910>>...198

/dports/devel/global/global-6.6.7/libparser/
H A Dc_res.in90 %% yacc
91 %debug yacc
96 %dprec yacc
103 %left yacc
106 %merge yacc
112 %nterm yacc
115 %prec yacc
119 %right yacc
124 %type yacc
128 %{ yacc
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dperly.act8 #line 119 "perly.y" /* yacc.c:1648 */
17 #line 124 "perly.y" /* yacc.c:1648 */
27 #line 130 "perly.y" /* yacc.c:1648 */
36 #line 135 "perly.y" /* yacc.c:1648 */
45 #line 140 "perly.y" /* yacc.c:1648 */
54 #line 145 "perly.y" /* yacc.c:1648 */
66 #line 153 "perly.y" /* yacc.c:1648 */
75 #line 158 "perly.y" /* yacc.c:1648 */
87 #line 166 "perly.y" /* yacc.c:1648 */
96 #line 171 "perly.y" /* yacc.c:1648 */
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dperly.act8 #line 121 "perly.y" /* yacc.c:1652 */
17 #line 126 "perly.y" /* yacc.c:1652 */
27 #line 132 "perly.y" /* yacc.c:1652 */
36 #line 137 "perly.y" /* yacc.c:1652 */
45 #line 142 "perly.y" /* yacc.c:1652 */
54 #line 147 "perly.y" /* yacc.c:1652 */
66 #line 155 "perly.y" /* yacc.c:1652 */
75 #line 160 "perly.y" /* yacc.c:1652 */
87 #line 168 "perly.y" /* yacc.c:1652 */
96 #line 173 "perly.y" /* yacc.c:1652 */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A DMANIFEST40 yacc.1 original version of byacc - 1993
421 test/yacc subdirectory
422 test/yacc/big_b.error exercise -L/-B options
423 test/yacc/big_b.output exercise -L/-B options
424 test/yacc/big_l.error exercise -L/-B options
425 test/yacc/big_l.output exercise -L/-B options
426 test/yacc/calc.error reference output for testing
427 test/yacc/calc.output reference output for testing
428 test/yacc/calc.tab.c reference output for testing
429 test/yacc/calc.tab.h reference output for testing
[all …]
H A DCHANGES313yacc/quote_calc4-s.tab.c, test/yacc/varsyntax_calc1.tab.c, test/yacc/code_error.code.c, test/yacc/…
346yacc/help.error, test/yacc/help.output, test/yacc/no_b_opt.error, test/yacc/no_b_opt.output, test/
449yacc/calc.tab.c, test/yacc/calc1.tab.c, test/yacc/calc2.tab.c, test/yacc/calc3.tab.c, test/yacc/co…
454yacc/pure_error.tab.c, test/yacc/quote_calc-s.tab.c, test/yacc/quote_calc.tab.c, test/yacc/quote_c…
460yacc/error.tab.c, test/yacc/grammar.tab.c, test/yacc/pure_calc.tab.c, test/yacc/pure_error.tab.c, …
487yacc/pure_calc.tab.c, test/yacc/pure_error.tab.c, test/yacc/quote_calc-s.tab.c, test/yacc/quote_ca…
497yacc/err_syntax20.tab.c, test/yacc/grammar.tab.c, test/yacc/quote_calc2-s.tab.c, test/yacc/quote_c…
543yacc/err_syntax6.tab.c, test/yacc/err_syntax7.tab.c, test/yacc/err_syntax7a.tab.c, test/yacc/err_s…
604yacc/err_syntax22.tab.c, test/yacc/err_syntax23.tab.c, test/yacc/err_syntax24.tab.c, test/yacc/err…
614yacc/varsyntax_calc1.error, test/yacc/varsyntax_calc1.output, test/yacc/varsyntax_calc1.tab.c, tes…
[all …]
/dports/devel/byaccj/byaccj1.15/src/
H A DMakefile31 irix: yacc
32 mv yacc yacc.irix
33 linux: yacc
34 mv yacc yacc.linux
35 solaris: yacc
36 mv yacc yacc.solaris
38 all: yacc
55 /bin/cp -f src/yacc.exe $(VERS) ; \
77 yacc: $(OBJ) target
78 $(CC) -o yacc ${OBJ}
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/support/xhpast/
H A DMakefile32 rm -f xhpast parser.yacc.output libxhpast.a *.o
35 rm -f scanner.lex.hpp scanner.lex.cpp parser.yacc.hpp parser.yacc.cpp
44 parser: parser.yacc.hpp parser.yacc.cpp
56 %.yacc.hpp %.yacc.cpp: %.y
58 bison $(BISONFLAGS) --defines=$*.yacc.hpp --output=$*.yacc.cpp $<
59 @echo '/* @gen''er''ated */' >> $*.yacc.hpp
60 @echo '/* @gen''er''ated */' >> $*.yacc.cpp
62 touch $*.yacc.hpp $*.yacc.cpp
71 parser.yacc.o: scanner.lex.hpp
72 scanner.lex.o: parser.yacc.hpp node_names.hpp scanner.lex.hpp
[all …]
/dports/devel/arcanist/arcanist-b2e715f/support/xhpast/
H A DMakefile32 rm -f xhpast parser.yacc.output libxhpast.a *.o
35 rm -f scanner.lex.hpp scanner.lex.cpp parser.yacc.hpp parser.yacc.cpp
44 parser: parser.yacc.hpp parser.yacc.cpp
56 %.yacc.hpp %.yacc.cpp: %.y
58 bison $(BISONFLAGS) --defines=$*.yacc.hpp --output=$*.yacc.cpp $<
59 @echo '/* @gen''er''ated */' >> $*.yacc.hpp
60 @echo '/* @gen''er''ated */' >> $*.yacc.cpp
62 touch $*.yacc.hpp $*.yacc.cpp
71 parser.yacc.o: scanner.lex.hpp
72 scanner.lex.o: parser.yacc.hpp node_names.hpp scanner.lex.hpp
[all …]
/dports/textproc/c2man/c2man-2.0.42/U/
H A Dyacc.U11 ?RCS: $Log: yacc.U,v $
23 ?S:yacc:
33 case "$yacc" in
40 dflt=yacc
43 dflt="$yacc";;
46 comp='yacc'
55 yacc="$ans"
56 case "$yacc" in
58 case "$yacc" in
61 yacc="$yacc -y"
[all …]
H A Dlibyacc.U22 ?RCS: patch16: un-obsoleted this unit for smooth yacc compilations
27 ?MAKE:libyacc: Loc yacc libpth
31 ?S: to get the yacc library routines. If there is no yacc or yacc
37 case "$yacc" in
39 echo "You are using byacc, so I won't look for a yacc library." >&4
42 *yacc)
46 echo "No yacc library found." >&4
50 echo "yacc library found in $xxx." >&4
59 echo "Couldn't find PW library to provide alloca for $yacc." >&4
69 echo "You don't seem to have yacc, so I won't look for the yacc library." >&4
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dmkfile12 dir-all dir-install: $PLAN9/bin/yacc $PLAN9/bin/lex
14 bc.tab.c units.tab.c: $PLAN9/bin/yacc
25 $PLAN9/bin/lex: $PLAN9/bin/yacc
29 $PLAN9/bin/yacc: $O.yacc
30 $INSTALL -c $O.yacc $PLAN9/bin/yacc
31 $O.yacc: yacc.$O
33 yacc.$O: yacc.c
34 $CC $CFLAGS yacc.c
/dports/net/tableutil/tableutil-0.6/
H A DMakefile20 conf_variable.o lex.conf_parse.o yacc.conf_parse.tab.o\
21 lex.table_parse.o yacc.table_parse.tab.o
34 rm -f yacc.conf_parse.tab.c yacc.conf_parse.tab.h lex.conf_parse.c
35 rm -f yacc.table_parse.tab.c yacc.table_parse.tab.h lex.table_parse.c
54 lex.conf_parse.c: conf_parse.l yacc.conf_parse.tab.h
57 yacc.conf_parse.tab.c yacc.conf_parse.tab.h: conf_parse.y
60 lex.table_parse.c: table_parse.l yacc.table_parse.tab.h
63 yacc.table_parse.tab.c yacc.table_parse.tab.h: table_parse.y
/dports/devel/emscripten/emscripten-2.0.3/third_party/ply/test/
H A Dtestyacc.py16 import ply.yacc
78 self.assertRaises(ply.yacc.YaccError,run_import,"yacc_badargs")
85 self.assertRaises(ply.yacc.YaccError,run_import,"yacc_badid")
95 except ply.yacc.YaccError:
117 self.assertRaises(ply.yacc.YaccError,run_import,"yacc_badrule")
129 except ply.yacc.YaccError:
147 except ply.yacc.YaccError:
155 except ply.yacc.YaccError:
163 except ply.yacc.YaccError:
177 self.assertRaises(ply.yacc.YaccError,run_import,"yacc_inf")
[all …]
/dports/www/ufdbguard/ufdbGuard-1.35.3/src/
H A Dgrammar.tab.c.bison50 #define YYSKELETON_NAME "yacc.c"
65 #line 1 "grammar.y" /* yacc.c:339 */
200 #line 201 "grammar.tab.c" /* yacc.c:339 */
393 #line 136 "grammar.y" /* yacc.c:355 */
1966 #line 230 "grammar.y" /* yacc.c:1646 */
1972 #line 231 "grammar.y" /* yacc.c:1646 */
1978 #line 235 "grammar.y" /* yacc.c:1646 */
1985 #line 240 "grammar.y" /* yacc.c:1646 */
1991 #line 241 "grammar.y" /* yacc.c:1646 */
1997 #line 245 "grammar.y" /* yacc.c:1646 */
[all …]
/dports/cad/py-pyfda/pyfda-0.1rc6/pyfda/hdl_generation/
H A Dfilter_iir_hdl.py95 yacc = Signal(intbv(0, min=dmin, max=dmax))
104 fbd[0].next = yacc[qu:ql].signed()
109 yacc.next = ((b0*x) + (b1*ffd[0]) + (b2*ffd[1]) -
115 y.next = yacc[qu:ql].signed()
129 yacc.next = 0
134 yacc.next = yacc + product # accumulating b0*x
139 yacc.next = yacc + product # accumulating b1*ffd[0]
144 yacc.next = yacc + product # accumulating b2*ffd[1]
149 yacc.next = yacc - product # accumulating a1*fbd[0]
154 yacc.next = yacc - product # accumulating a1*fbd[0]
[all …]
/dports/mail/py-flanker/flanker-0.9.11/flanker/addresslib/_parser/
H A Dparser.py4 import ply.yacc as yacc namespace
159 mailbox_parser = yacc.yacc(start='mailbox',
165 addr_spec_parser = yacc.yacc(start='addr_spec',
171 url_parser = yacc.yacc(start='url',
177 mailbox_or_url_parser = yacc.yacc(start='mailbox_or_url',
183 mailbox_or_url_list_parser = yacc.yacc(start='mailbox_or_url_list',
/dports/devel/bison/bison-3.7.6/runtime-po/
H A Dbison-runtime.pot20 #: data/skeletons/glr.c:904 data/skeletons/yacc.c:690
31 #: data/skeletons/yacc.c:1364 data/skeletons/yacc.c:1901
32 #: data/skeletons/yacc.c:1905
37 #: data/skeletons/yacc.c:1365
43 #: data/skeletons/yacc.c:1366
49 #: data/skeletons/yacc.c:1367
55 #: data/skeletons/yacc.c:1368
61 #: data/skeletons/yacc.c:1369
66 #: data/skeletons/glr.c:2609 data/skeletons/yacc.c:1437
67 #: data/skeletons/yacc.c:1439 data/skeletons/yacc.c:1644
[all …]
H A Dky.po22 #: data/skeletons/glr.c:904 data/skeletons/yacc.c:690
33 #: data/skeletons/yacc.c:1364 data/skeletons/yacc.c:1901
34 #: data/skeletons/yacc.c:1905
39 #: data/skeletons/yacc.c:1365
45 #: data/skeletons/yacc.c:1366
51 #: data/skeletons/yacc.c:1367
57 #: data/skeletons/yacc.c:1368
63 #: data/skeletons/yacc.c:1369
68 #: data/skeletons/glr.c:2609 data/skeletons/yacc.c:1437
69 #: data/skeletons/yacc.c:1439 data/skeletons/yacc.c:1644
[all …]
H A Del.po22 #: data/skeletons/glr.c:904 data/skeletons/yacc.c:690
33 #: data/skeletons/yacc.c:1364 data/skeletons/yacc.c:1901
34 #: data/skeletons/yacc.c:1905
39 #: data/skeletons/yacc.c:1365
45 #: data/skeletons/yacc.c:1366
51 #: data/skeletons/yacc.c:1367
57 #: data/skeletons/yacc.c:1368
63 #: data/skeletons/yacc.c:1369
68 #: data/skeletons/glr.c:2609 data/skeletons/yacc.c:1437
69 #: data/skeletons/yacc.c:1439 data/skeletons/yacc.c:1644
[all …]
H A Dzh_TW.po21 #: data/skeletons/glr.c:904 data/skeletons/yacc.c:690
32 #: data/skeletons/yacc.c:1364 data/skeletons/yacc.c:1901
33 #: data/skeletons/yacc.c:1905
38 #: data/skeletons/yacc.c:1365
44 #: data/skeletons/yacc.c:1366
50 #: data/skeletons/yacc.c:1367
56 #: data/skeletons/yacc.c:1368
62 #: data/skeletons/yacc.c:1369
67 #: data/skeletons/glr.c:2609 data/skeletons/yacc.c:1437
68 #: data/skeletons/yacc.c:1439 data/skeletons/yacc.c:1644
[all …]
H A Dbg.po20 #: data/skeletons/glr.c:904 data/skeletons/yacc.c:690
31 #: data/skeletons/yacc.c:1364 data/skeletons/yacc.c:1901
32 #: data/skeletons/yacc.c:1905
37 #: data/skeletons/yacc.c:1365
43 #: data/skeletons/yacc.c:1366
49 #: data/skeletons/yacc.c:1367
55 #: data/skeletons/yacc.c:1368
61 #: data/skeletons/yacc.c:1369
66 #: data/skeletons/glr.c:2609 data/skeletons/yacc.c:1437
67 #: data/skeletons/yacc.c:1439 data/skeletons/yacc.c:1644
[all …]
H A Dja.po21 #: data/skeletons/glr.c:904 data/skeletons/yacc.c:690
32 #: data/skeletons/yacc.c:1364 data/skeletons/yacc.c:1901
33 #: data/skeletons/yacc.c:1905
38 #: data/skeletons/yacc.c:1365
44 #: data/skeletons/yacc.c:1366
50 #: data/skeletons/yacc.c:1367
56 #: data/skeletons/yacc.c:1368
62 #: data/skeletons/yacc.c:1369
68 #: data/skeletons/glr.c:2609 data/skeletons/yacc.c:1437
69 #: data/skeletons/yacc.c:1439 data/skeletons/yacc.c:1644
[all …]
/dports/misc/libemos/libemos-4.5.9-Source/cmake/
H A Decbuild_find_lexyacc.cmake15 # Find flex and bison (preferred) or lex and yacc.
20 # The following CMake variables can set to skip search for bison or yacc:
23 # :SKIP_YACC: do not search for lex and yacc
35 # The following CMake variables are set if lex and yacc were found:
37 # :LEXYACC_FOUND: Found suitable combination of bison, lex, yacc, flex
39 # :YACC_FOUND: yacc was found
41 # :YACC_EXECUTABLE: path to the yacc executable
47 # find preferably bison or else yacc
84 if( NOT BISON_FOUND ) # check for both yacc & lex together
87 ecbuild_debug( "Both yacc and lex are required - lex not found" )
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/cmake/
H A Decbuild_find_lexyacc.cmake15 # Find flex and bison (preferred) or lex and yacc.
20 # The following CMake variables can set to skip search for bison or yacc:
23 # :SKIP_YACC: do not search for lex and yacc
35 # The following CMake variables are set if lex and yacc were found:
37 # :LEXYACC_FOUND: Found suitable combination of bison, lex, yacc, flex
39 # :YACC_FOUND: yacc was found
41 # :YACC_EXECUTABLE: path to the yacc executable
47 # find preferably bison or else yacc
84 if( NOT BISON_FOUND ) # check for both yacc & lex together
87 ecbuild_debug( "Both yacc and lex are required - lex not found" )
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/cmake/
H A Decbuild_find_lexyacc.cmake15 # Find flex and bison (preferred) or lex and yacc.
20 # The following CMake variables can set to skip search for bison or yacc:
23 # :SKIP_YACC: do not search for lex and yacc
35 # The following CMake variables are set if lex and yacc were found:
37 # :LEXYACC_FOUND: Found suitable combination of bison, lex, yacc, flex
39 # :YACC_FOUND: yacc was found
41 # :YACC_EXECUTABLE: path to the yacc executable
47 # find preferably bison or else yacc
84 if( NOT BISON_FOUND ) # check for both yacc & lex together
87 ecbuild_debug( "Both yacc and lex are required - lex not found" )
[all …]

12345678910>>...198