NAMN
- Provided by: manpages-sv (Version: 4.13-4)
- Source: manpages-l10n
- Report a bug
bison [FLAGGA]... FIL
Bison is a parser generator in the style of yacc(1). It should be upwardly compatible with input files designed for yacc.
Input files should follow the yacc convention of ending in .y. Unlike yacc, the generated files do not have fixed names, but instead use the prefix of the input file. Moreover, if you need to put C++ code in the input file, you can end his name by a C++-like extension (.ypp or .y++), then bison will follow your extension to name the output file (.cpp or .c++). For instance, a grammar description file named parse.yxx would produce the generated parser in a file named parse.tab.cxx, instead of yacc's y.tab.c or old Bison version's parse.tab.c.
This description of the options that can be given to bison is adapted from the node Invocation in the bison.texi manual, which should be taken as authoritative.
Bison supports both traditional single-letter options and mnemonic long option names. Long option names are indicated with -- instead of -. Abbreviations for option names are allowed as long as they are unique. When a long option takes an argument, like --file-prefix, connect the option name and the argument with =.
Generera en deterministisk LR- eller generaliserad LR- (GLR-)parser som använder LALR(1), IELR(1) eller kanonisk LR(1) parsningstabeller.
Mandatory arguments to long options are mandatory for short options too. The same is true for optional arguments.
Skriven av Robert Corbett och Richard Stallman.
Rapportera fel till <bug-bison@gnu.org>. Skicka synpunkter
på översättningen till >tp-sv@listor.tp-sv.se<.
GNU Bison hemsida: <https://www.gnu.org/software/bison/>
Allmän hjälp med att använda GNU-program:
<https://www.gnu.org/gethelp/>.
Rapportera anmärkningar på
översättningen till <tp-sv@listor.tp-sv.se>.
För fullständig dokumentation, kör: info bison.
Copyright © 2021 Free Software Foundation, Inc.
Detta är fri programvara; se källkoden för
kopieringsvillkor. Det finns INGEN garanti; inte ens för
SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT SPECIELLT
ÄNDAMÅL.
Den fullständiga dokumentationen för bison underhålls som en Texinfo-manual. Om programmen info och bison är ordentligt installerade på ditt system, bör kommandot
ge dig tillgång till den kompletta manualen.
Den svenska översättningen av denna manualsida skapades av
Denna översättning är fri dokumentation; läs GNU General Public License Version 3 eller senare för upphovsrättsvillkor. Vi tar INGET ANSVAR.
Om du hittar fel i översättningen av denna manualsida, skicka ett mail till <TODO>.