source: other-projects/rsyntax-textarea/devel-packages/jflex-1.4.3/src/JFlex/Messages.properties@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 4.0 KB
Line 
1UNTERMINATED_STR = Unterminated string at end of line.
2EOF_WO_ACTION = <<EOF>> must be followed by an action.
3EOF_SINGLERULE = <<EOF>> can only be used as a single rule.
4UNKNOWN_OPTION = Unkown %-option
5UNEXPECTED_CHAR = Unexpected character
6UNEXPECTED_NL = Unexpected character <newline>
7LEXSTATE_UNDECL = Lexical state has not been declared.
8STATE_IDENT_EXP = State identifier expected.
9REPEAT_ZERO = Illegal repeat statement. At least one operand must be > 0
10REPEAT_GREATER = Illegal repeat statement. First operand must not be greater than second one.
11REGEXP_EXPECTED = Regular expression expected.
12MACRO_UNDECL = Macro has not been declared.
13CHARSET_2_SMALL = Character set is too small for this class.
14CS2SMALL_STRING = Character set is too small for a charactor of this string.
15CS2SMALL_CHAR = Character set is too small for this character.
16CHARCLASS_MACRO = Macros in character classes are not supported.
17UNKNOWN_SYNTAX = Syntax error.
18SYNTAX_ERROR = Syntax error.
19NOT_AT_BOL = %-option is not at the beginning of the line.
20NO_MATCHING_BR = Didn't find matching bracket
21EOF_IN_ACTION = Unexpected end of file in action code
22EOF_IN_COMMENT = Unexpected end of file in comment
23EOF_IN_STRING = Unexpected end of file in string
24EOF_IN_MACROS = Unexpected end of file in macros
25EOF_IN_STATES = Unexpected end of file in state list
26EOF_IN_REGEXP = Unexpected end of file in regular expression
27UNEXPECTED_EOF = Unexpected end of file (maybe missing "*/" ")" "]" or "}")
28NO_LEX_SPEC = This seems not to be a lexical specification (first %% is missing)
29NO_LAST_ACTION = Last action in the specification must not be "|"
30NO_DIRECTORY = No directory for -d option
31NO_SKEL_FILE = No file provided for -skel option
32WRONG_SKELETON = Incorrect skeleton file (wrong number of sections).
33OUT_OF_MEMORY = JFlex has run out of memory. Please try increasing the maximum JVM heap size
34QUIL_INITTHROW = %initthrow needs a list of (qualified) identifiers
35QUIL_EOFTHROW = %eofthrow needs a list of (qualified) identifiers
36QUIL_YYLEXTHROW = %yylexthrow needs a list of (qualified) identifiers
37ZERO_STATES = Your scanner has zero states. Very funny.
38NO_BUFFER_SIZE = %buffer expects the size of the scanner buffer as decimal number
39NOT_READABLE = Could not open file.
40FILE_CYCLE = Cyclic file inclusion.
41FILE_WRITE = Error writing to file
42QUIL_SCANERROR = %scannerror needs a (qualified) identifier
43NEVER_MATCH = Rule can never be matched:
44QUIL_THROW = %throws needs a list of (qualified) identifiers
45EOL_IN_CHARCLASS = Unexpected newline in character class (closing "]" is missing)
46QUIL_CUPSYM = %cupsym needs a (qualified) identifier
47CUPSYM_AFTER_CUP = %cupsym should be used before %cup
48ALREADY_RUNNING = The generator is already running
49CANNOT_READ_SKEL = Cannot read skeleton file "{0}".
50READING_SKEL = Reading skeleton file "{0}".
51SKEL_IO_ERROR = IO problem reading skeleton file.
52SKEL_IO_ERROR_DEFAULT = IO problem reading default skeleton file.
53READING=Reading "{0}"
54CANNOT_OPEN=Sorry, couldn''t find the file "{0}".
55NFA_IS=NFA is
56NFA_STATES={0} states in NFA
57DFA_TOOK=DFA construction took {0}
58DFA_IS=DFA is
59MIN_TOOK=Minimization took {0}
60MIN_DFA_IS=Miniminal DFA is
61WRITE_TOOK=Writing took {0}
62TOTAL_TIME=Overall scanner generation time: {0}
63IO_ERROR=An I/O-Error occured: {0}
64THIS_IS_JFLEX=This is JFlex {0}
65UNKNOWN_COMMANDLINE=Error: unknown option "{0}".
66MACRO_CYCLE=Macro {0} contains a cycle.
67MACRO_DEF_MISSING=Found no definition for macro "{0}" while expanding "{1}"
68PARSING_TOOK=Parsing took {0}
69NFA_TOOK=NFA construction took {0}
70LOOKAHEAD_NEEDS_ACTION="|" action cannot be used with lookahead expressions
71EMPTY_MATCH = Lookahead expression must have match with at least length 1.
72CTOR_ARG = Expected an identifier for constructor argument name.
73CTOR_DEBUG = Emitting default constructor without parameters and init code for debug/standalone.
74INT_AND_TYPE = Scanner can't have int and reference return type at the same time.
Note: See TracBrowser for help on using the repository browser.