BISON(1) | Εντολές Χρήστη | BISON(1) |
bison - GNU Project parser generator (yacc replacement)
bison [ΕΠΙΛΟΓΗ]... ΑΡΧΕΙΟ
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 =.
Παραγωγή ντετερμινιστικού LR ή γενικευμένου LR (GLR) συντακτικού αναλυτή με την χρήση πινάκων LALR(1), IELR(1), ή canonical LR(1).
Υποχρεωτικά ορίσματα στις μακρές επιλογές είναι υποχρεωτικά και στις κοντέςεπιλογές επίσης. Το ίδιο ισχύει και για τα μη υποχρεωτικά ορίσματα.
Γράφτηκε από τους Robert Corbett και Richard Stallman.
Αναφέρετε
σφάλματα
σε <bug-bison@gnu.org>.
GNU Bison home page: <https://www.gnu.org/software/bison/>.
Γενική
βοήθεια
χρήσης του
λογισμικού
GNU: <https://www.gnu.org/gethelp/>.
Αναφορά
σφαλμάτων
μετάφρασης
<https://translationproject.org/team/>.
Για πλήρη
τεκμηρίωση
δώσε: info bison.
Copyright © 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Η πλήρης τεκμηρίωση για bison υπάρχει ως εγχειρίδιο Texinfo. Αν το info και bison τα προγράμματα έχουν εγκατασταθεί σωστά στη σελίδα σας, η εντολή
θα πρέπει να σας δίνει πρόσβαση στο πλήρες εγχειρίδιο.
Η ελληνική μετάφραση αυτής της σελίδας εγχειριδίου δημιουργήθηκε από την
Αυτή η μετάφραση είναι δωρεάν τεκμηρίωση; διαβάστε την GNU General Public License Version 3 ή μεταγενέστερη για τους όρους πνευματικών δικαιωμάτων. Δεν αναλαμβάνουμε ΚΑΜΙΑ ΕΥΘΥΝΗ.
Εάν βρείτε σφάλματα στη μετάφραση αυτής της σελίδας εγχειριδίου, στείλτε ένα email στο <TODO>.
Σεπτέμβριος 2022 | GNU Bison 3.8.2 |