# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2021-06-02 12:02+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: original/man1/flex.1:2 #, no-wrap msgid "FLEX" msgstr "" #. type: TH #: original/man1/flex.1:2 #, no-wrap msgid "May 2017" msgstr "" #. type: TH #: original/man1/flex.1:2 #, no-wrap msgid "The Flex Project" msgstr "" #. type: TH #: original/man1/flex.1:2 #, no-wrap msgid "Programming" msgstr "" #. type: SH #: original/man1/flex.1:3 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: original/man1/flex.1:5 msgid "flex - the fast lexical analyser generator" msgstr "" #. type: SH #: original/man1/flex.1:5 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: original/man1/flex.1:8 msgid "B [I<\\,OPTIONS\\/>] [I<\\,FILE\\/>]..." msgstr "" #. type: SH #: original/man1/flex.1:8 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: original/man1/flex.1:10 msgid "Generates programs that perform pattern-matching on text." msgstr "" #. type: SS #: original/man1/flex.1:10 #, no-wrap msgid "Table Compression:" msgstr "" #. type: TP #: original/man1/flex.1:11 #, no-wrap msgid "B<-Ca>, B<--align>" msgstr "" #. type: Plain text #: original/man1/flex.1:14 msgid "trade off larger tables for better memory alignment" msgstr "" #. type: TP #: original/man1/flex.1:14 #, no-wrap msgid "B<-Ce>, B<--ecs>" msgstr "" #. type: Plain text #: original/man1/flex.1:17 msgid "construct equivalence classes" msgstr "" #. type: TP #: original/man1/flex.1:17 #, no-wrap msgid "B<-Cf>" msgstr "" #. type: Plain text #: original/man1/flex.1:20 msgid "do not compress tables; use B<-f> representation" msgstr "" #. type: TP #: original/man1/flex.1:20 #, no-wrap msgid "B<-CF>" msgstr "" #. type: Plain text #: original/man1/flex.1:23 msgid "do not compress tables; use B<-F> representation" msgstr "" #. type: TP #: original/man1/flex.1:23 #, no-wrap msgid "B<-Cm>, B<--meta-ecs>" msgstr "" #. type: Plain text #: original/man1/flex.1:26 msgid "construct meta-equivalence classes" msgstr "" #. type: TP #: original/man1/flex.1:26 #, no-wrap msgid "B<-Cr>, B<--read>" msgstr "" #. type: Plain text #: original/man1/flex.1:29 msgid "use read() instead of stdio for scanner input" msgstr "" #. type: TP #: original/man1/flex.1:29 #, no-wrap msgid "B<-f>, B<--full>" msgstr "" #. type: Plain text #: original/man1/flex.1:32 msgid "generate fast, large scanner. Same as B<-Cfr>" msgstr "" #. type: TP #: original/man1/flex.1:32 #, no-wrap msgid "B<-F>, B<--fast>" msgstr "" #. type: Plain text #: original/man1/flex.1:35 msgid "use alternate table representation. Same as B<-CFr>" msgstr "" #. type: TP #: original/man1/flex.1:35 #, no-wrap msgid "B<-Cem>" msgstr "" #. type: Plain text #: original/man1/flex.1:38 msgid "default compression (same as B<--ecs> B<--meta-ecs>)" msgstr "" #. type: SS #: original/man1/flex.1:38 #, no-wrap msgid "Debugging:" msgstr "" #. type: TP #: original/man1/flex.1:39 #, no-wrap msgid "B<-d>, B<--debug>" msgstr "" #. type: Plain text #: original/man1/flex.1:42 msgid "enable debug mode in scanner" msgstr "" #. type: TP #: original/man1/flex.1:42 #, no-wrap msgid "B<-b>, B<--backup>" msgstr "" #. type: Plain text #: original/man1/flex.1:45 msgid "write backing-up information to lex.backup" msgstr "" #. type: TP #: original/man1/flex.1:45 #, no-wrap msgid "B<-p>, B<--perf-report>" msgstr "" #. type: Plain text #: original/man1/flex.1:48 msgid "write performance report to stderr" msgstr "" #. type: TP #: original/man1/flex.1:48 #, no-wrap msgid "B<-s>, B<--nodefault>" msgstr "" #. type: Plain text #: original/man1/flex.1:51 msgid "suppress default rule to ECHO unmatched text" msgstr "" #. type: TP #: original/man1/flex.1:51 #, no-wrap msgid "B<-T>, B<--trace>" msgstr "" #. type: Plain text #: original/man1/flex.1:54 msgid "flex should run in trace mode" msgstr "" #. type: TP #: original/man1/flex.1:54 #, no-wrap msgid "B<-w>, B<--nowarn>" msgstr "" #. type: Plain text #: original/man1/flex.1:57 msgid "do not generate warnings" msgstr "" #. type: TP #: original/man1/flex.1:57 #, no-wrap msgid "B<-v>, B<--verbose>" msgstr "" #. type: Plain text #: original/man1/flex.1:60 msgid "write summary of scanner statistics to stdout" msgstr "" #. type: TP #: original/man1/flex.1:60 #, no-wrap msgid "B<--hex>" msgstr "" #. type: Plain text #: original/man1/flex.1:63 msgid "use hexadecimal numbers instead of octal in debug outputs" msgstr "" #. type: SH #: original/man1/flex.1:63 #, no-wrap msgid "FILES" msgstr "" #. type: TP #: original/man1/flex.1:64 #, no-wrap msgid "B<-o>, B<--outfile>=I<\\,FILE\\/>" msgstr "" #. type: Plain text #: original/man1/flex.1:67 msgid "specify output filename" msgstr "" #. type: TP #: original/man1/flex.1:67 #, no-wrap msgid "B<-S>, B<--skel>=I<\\,FILE\\/>" msgstr "" #. type: Plain text #: original/man1/flex.1:70 msgid "specify skeleton file" msgstr "" #. type: TP #: original/man1/flex.1:70 #, no-wrap msgid "B<-t>, B<--stdout>" msgstr "" #. type: Plain text #: original/man1/flex.1:73 msgid "write scanner on stdout instead of lex.yy.c" msgstr "" #. type: TP #: original/man1/flex.1:73 #, no-wrap msgid "B<--yyclass>=I<\\,NAME\\/>" msgstr "" #. type: Plain text #: original/man1/flex.1:76 msgid "name of C++ class" msgstr "" #. type: TP #: original/man1/flex.1:76 #, no-wrap msgid "B<--header-file>=I<\\,FILE\\/>" msgstr "" #. type: Plain text #: original/man1/flex.1:79 msgid "create a C header file in addition to the scanner" msgstr "" #. type: Plain text #: original/man1/flex.1:81 msgid "B<--tables-file>[=I<\\,FILE\\/>] write tables to FILE" msgstr "" #. type: SS #: original/man1/flex.1:81 #, no-wrap msgid "Scanner behavior:" msgstr "" #. type: TP #: original/man1/flex.1:82 #, no-wrap msgid "B<-7>, B<--7bit>" msgstr "" #. type: Plain text #: original/man1/flex.1:85 msgid "generate 7-bit scanner" msgstr "" #. type: TP #: original/man1/flex.1:85 #, no-wrap msgid "B<-8>, B<--8bit>" msgstr "" #. type: Plain text #: original/man1/flex.1:88 msgid "generate 8-bit scanner" msgstr "" #. type: TP #: original/man1/flex.1:88 #, no-wrap msgid "B<-B>, B<--batch>" msgstr "" #. type: Plain text #: original/man1/flex.1:91 msgid "generate batch scanner (opposite of B<-I>)" msgstr "" #. type: TP #: original/man1/flex.1:91 #, no-wrap msgid "B<-i>, B<--case-insensitive>" msgstr "" #. type: Plain text #: original/man1/flex.1:94 msgid "ignore case in patterns" msgstr "" #. type: TP #: original/man1/flex.1:94 #, no-wrap msgid "B<-l>, B<--lex-compat>" msgstr "" #. type: Plain text #: original/man1/flex.1:97 msgid "maximal compatibility with original lex" msgstr "" #. type: TP #: original/man1/flex.1:97 #, no-wrap msgid "B<-X>, B<--posix-compat>" msgstr "" #. type: Plain text #: original/man1/flex.1:100 msgid "maximal compatibility with POSIX lex" msgstr "" #. type: TP #: original/man1/flex.1:100 #, no-wrap msgid "B<-I>, B<--interactive>" msgstr "" #. type: Plain text #: original/man1/flex.1:103 msgid "generate interactive scanner (opposite of B<-B>)" msgstr "" #. type: TP #: original/man1/flex.1:103 #, no-wrap msgid "B<--yylineno>" msgstr "" #. type: Plain text #: original/man1/flex.1:106 msgid "track line count in yylineno" msgstr "" #. type: SS #: original/man1/flex.1:106 #, no-wrap msgid "Generated code:" msgstr "" #. type: TP #: original/man1/flex.1:107 #, no-wrap msgid "-+, B<--c>++" msgstr "" #. type: Plain text #: original/man1/flex.1:110 msgid "generate C++ scanner class" msgstr "" #. type: TP #: original/man1/flex.1:110 #, no-wrap msgid "B<-Dmacro>[=I<\\,defn\\/>]" msgstr "" #. type: Plain text #: original/man1/flex.1:113 msgid "#define macro defn (default defn is '1')" msgstr "" #. type: TP #: original/man1/flex.1:113 #, no-wrap msgid "B<-L>, B<--noline>" msgstr "" #. type: Plain text #: original/man1/flex.1:116 msgid "suppress #line directives in scanner" msgstr "" #. type: TP #: original/man1/flex.1:116 #, no-wrap msgid "B<-P>, B<--prefix>=I<\\,STRING\\/>" msgstr "" #. type: Plain text #: original/man1/flex.1:119 msgid "use STRING as prefix instead of \"yy\"" msgstr "" #. type: TP #: original/man1/flex.1:119 #, no-wrap msgid "B<-R>, B<--reentrant>" msgstr "" #. type: Plain text #: original/man1/flex.1:122 msgid "generate a reentrant C scanner" msgstr "" #. type: TP #: original/man1/flex.1:122 #, no-wrap msgid "B<--bison-bridge>" msgstr "" #. type: Plain text #: original/man1/flex.1:125 msgid "scanner for bison pure parser." msgstr "" #. type: TP #: original/man1/flex.1:125 #, no-wrap msgid "B<--bison-locations>" msgstr "" #. type: Plain text #: original/man1/flex.1:128 msgid "include yylloc support." msgstr "" #. type: TP #: original/man1/flex.1:128 #, no-wrap msgid "B<--stdinit>" msgstr "" #. type: Plain text #: original/man1/flex.1:131 msgid "initialize yyin/yyout to stdin/stdout" msgstr "" #. type: TP #: original/man1/flex.1:131 #, no-wrap msgid "B<--nounistd>" msgstr "" #. type: Plain text #: original/man1/flex.1:134 msgid "do not include Eunistd.hE" msgstr "" #. type: TP #: original/man1/flex.1:134 #, no-wrap msgid "B<--noFUNCTION>" msgstr "" #. type: Plain text #: original/man1/flex.1:137 msgid "do not generate a particular FUNCTION" msgstr "" #. type: SS #: original/man1/flex.1:137 #, no-wrap msgid "Miscellaneous:" msgstr "" #. type: TP #: original/man1/flex.1:138 #, no-wrap msgid "B<-c>" msgstr "" #. type: Plain text #: original/man1/flex.1:141 original/man1/flex.1:144 msgid "do-nothing POSIX option" msgstr "" #. type: TP #: original/man1/flex.1:141 #, no-wrap msgid "B<-n>" msgstr "" #. type: Plain text #: original/man1/flex.1:146 msgid "-?" msgstr "" #. type: TP #: original/man1/flex.1:146 #, no-wrap msgid "B<-h>, B<--help>" msgstr "" #. type: Plain text #: original/man1/flex.1:149 msgid "produce this help message" msgstr "" #. type: TP #: original/man1/flex.1:149 #, no-wrap msgid "B<-V>, B<--version>" msgstr "" #. type: Plain text #: original/man1/flex.1:152 msgid "report flex version" msgstr "" #. type: SH #: original/man1/flex.1:152 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: original/man1/flex.1:160 msgid "" "The full documentation for B is maintained as a Texinfo manual. If " "the B and B programs are properly installed at your site, the " "command" msgstr "" #. type: Plain text #: original/man1/flex.1:162 msgid "B" msgstr "" #. type: Plain text #: original/man1/flex.1:163 msgid "should give you access to the complete manual." msgstr ""