Searched full:bison (Results 1 – 25 of 128) sorted by relevance
123456
| /third_party/skia/third_party/externals/angle2/tools/flex-bison/ |
| D | README.md | 1 # flex and bison binaries 3 This folder contains the flex and bison binaries. We use these binaries to 16 lexer and parser files. If we do we should add a flex/bison download for Mac as 21 ## Updating flex and bison binaries 31 already be installed. Install bison: 34 $ pacman -S bison 37 Note the versions of flex and bison so the same versions can be build on Linux. 44 $ bison --version 45 bison (GNU Bison) 3.3.2 60 $ ldd /usr/bin/bison [all …]
|
| D | update_flex_bison_binaries.py | 8 # Helper script to update the version of flex and bison in cloud storage. 10 # This script relies on flex and bison binaries to be externally built which 27 files = ['flex', 'bison'] 31 'flex.exe', 'bison.exe', 'm4.exe', 'msys-2.0.dll', 'msys-iconv-2.dll', 41 if not angle_tools.upload_to_google_storage('angle-flex-bison', files): 52 print('Suggested commit message (please indicate flex/bison versions):') 55 print('Update flex and bison binaries for %s.' % platform.system()) 58 print('Please see instructions in tools/flex-bison/README.md.') 61 print('bison is at version TODO.')
|
| /third_party/skia/third_party/externals/angle2/scripts/code_generation_hashes/ |
| D | ANGLE_shader_preprocessor.json | 14 "tools/flex-bison/linux/bison.sha1": 16 "tools/flex-bison/linux/flex.sha1": 18 "tools/flex-bison/windows/bison.exe.sha1": 20 "tools/flex-bison/windows/flex.exe.sha1": 22 "tools/flex-bison/windows/m4.exe.sha1": 24 "tools/flex-bison/windows/msys-2.0.dll.sha1": 26 "tools/flex-bison/windows/msys-iconv-2.dll.sha1": 28 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
|
| D | ANGLE_shader_translator.json | 16 "tools/flex-bison/linux/bison.sha1": 18 "tools/flex-bison/linux/flex.sha1": 20 "tools/flex-bison/windows/bison.exe.sha1": 22 "tools/flex-bison/windows/flex.exe.sha1": 24 "tools/flex-bison/windows/m4.exe.sha1": 26 "tools/flex-bison/windows/msys-2.0.dll.sha1": 28 "tools/flex-bison/windows/msys-iconv-2.dll.sha1": 30 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
|
| /third_party/skia/third_party/externals/angle2/ |
| D | .gitignore | 77 /tools/flex-bison/linux/bison 78 /tools/flex-bison/linux/flex 79 /tools/flex-bison/windows/bison.exe 80 /tools/flex-bison/windows/flex.exe 81 /tools/flex-bison/windows/m4.exe 82 /tools/flex-bison/windows/msys*.dll
|
| /third_party/skia/third_party/externals/angle2/src/compiler/ |
| D | generate_parser_tools.py | 7 # Common functionality to call flex and bison to generate lexer and parser of 20 exe_path = os.path.join(sys.path[0], '..', '..', '..', 'tools', 'flex-bison', platform) 40 get_tool_path_platform('bison', 'linux'), 42 get_tool_path_platform('bison.exe', 'windows'), 102 bison = get_tool_path('bison') 107 bison_args = [bison, '--no-lines', '--skeleton=yacc.c'] 148 # Call flex and bison to generate the lexer and parser. 156 print('Failed to run bison. Error %s' % str(bison_result))
|
| /third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
| D | README.chromium | 1 Name: Bison skeletons 2 URL: https://www.gnu.org/software/bison/ 9 Bison is a parser generator. It uses skeleton files as templates for building
|
| D | bison.m4 | 3 # Language-independent M4 Macros for Bison. 29 [b4_comment([A Bison parser, made by GNU Bison b4_version.]) 57 part or all of the Bison parser skeleton and distribute that work 63 Bison output files to be licensed under the GNU General Public 67 version 2.2 of Bison.]) 641 # b4_check_user_names(WHAT, USER-LIST, BISON-NAMESPACE) 644 # USER-LIST) but is not used by Bison (as recorded by macros in the 645 # namespace BISON-NAMESPACE). 660 # The macro BISON-NAMESPACE(bar) must be defined iff the name bar of type WHAT 661 # is used by Bison (in the front-end or in the skeleton). Empty string names [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | glslang_tab.h | 1 /* A Bison parser, made by GNU Bison 3.0.4. */ 3 /* Bison interface for Yacc-like parsers in C 21 part or all of the Bison parser skeleton and distribute that work 27 Bison output files to be licensed under the GNU General Public 31 version 2.2 of Bison. */
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | glslang_tab_autogen.h | 1 /* A Bison parser, made by GNU Bison 3.3.2. */ 3 /* Bison interface for Yacc-like parsers in C 22 part or all of the Bison parser skeleton and distribute that work 28 Bison output files to be licensed under the GNU General Public 32 version 2.2 of Bison. */
|
| /third_party/selinux/ |
| D | exec_check_md5.sh | 32 elif [[ "$tool" == "bison" ]]; then 33 bison -y -d "$input_file" -o "$output_file" 52 "bison"
|
| D | README.md | 42 bison \ 69 bison \
|
| /third_party/glslang/ |
| D | README.md | 102 * [bison][bison]: _optional_, but needed when changing the grammar (glslang.y). 211 bison if it changes, the output files are committed to the repo to avoid every 212 developer needing to have bison configured to compile the project when grammar 214 [GnuWin32][bison-gnu-win32]. 219 bison --defines=MachineIndependent/glslang_tab.cpp.h 488 * Code is parsed using bison on `MachineIndependent/glslang.y` with the 534 [bison]: https://www.gnu.org/software/bison/ 536 [bison-gnu-win32]: http://gnuwin32.sourceforge.net/packages/bison.htm
|
| /third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
| D | README.chromium | 1 Name: Autoconf M4 macros used by Bison 10 Bison uses M4 to generate its output, and uses the utility M4 macros in this
|
| /third_party/curl/ |
| D | missing | 58 bison yacc flex lex help2man 166 bison*|yacc*) 168 echo "You may want to install the GNU Bison package:" 169 echo "<$gnu_software_URL/bison/>"
|
| /third_party/lame/ |
| D | missing | 58 bison yacc flex lex help2man 166 bison*|yacc*) 168 echo "You may want to install the GNU Bison package:" 169 echo "<$gnu_software_URL/bison/>"
|
| /third_party/skia/third_party/externals/libpng/ |
| D | missing | 58 bison yacc flex lex help2man 166 bison*|yacc*) 168 echo "You may want to install the GNU Bison package:" 169 echo "<$gnu_software_URL/bison/>"
|
| /third_party/skia/m133/third_party/externals/libpng/ |
| D | missing | 58 bison yacc flex lex help2man 166 bison*|yacc*) 168 echo "You may want to install the GNU Bison package:" 169 echo "<$gnu_software_URL/bison/>"
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | missing | 58 bison yacc flex lex help2man 166 bison*|yacc*) 168 echo "You may want to install the GNU Bison package:" 169 echo "<$gnu_software_URL/bison/>"
|
| /third_party/libevdev/build-aux/ |
| D | missing | 58 bison yacc flex lex help2man 166 bison*|yacc*) 168 echo "You may want to install the GNU Bison package:" 169 echo "<$gnu_software_URL/bison/>"
|
| /third_party/libedit/ |
| D | missing | 60 bison flex help2man lex makeinfo perl yacc 180 bison*|yacc*) 182 echo "You may want to install the GNU Bison package:" 183 echo "<$gnu_software_URL/bison/>"
|
| /third_party/mesa3d/docs/ |
| D | install.rst | 45 On Linux systems, Flex and Bison versions 2.5.35 and 2.4.1, 47 Flex and Bison with: 51 mingw-get install msys-flex msys-bison 54 flex-bison <https://sourceforge.net/projects/winflexbison/>`__.
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | glslang_tab.cpp.h | 1 /* A Bison parser, made by GNU Bison 3.8.2. */ 3 /* Bison interface for Yacc-like parsers in C 22 part or all of the Bison parser skeleton and distribute that work 28 Bison output files to be licensed under the GNU General Public 32 version 2.2 of Bison. */
|
| /third_party/rust/rust/src/ci/docker/scripts/ |
| D | cross-apt-packages.sh | 4 bison \
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.2.3.rst | 34 - glcpp test 084-unbalanced-parentheses fails with bison 3.6.y 127 - glcpp: Handle bison-3.6 error message changes
|
123456