Home | History | Annotate | Download | only in doc

Lines Matching full:lex

6936 Lex for C programs
6937 `N.c' is made automatically from `N.l' by running Lex. The actual
6938 command is `$(LEX) $(LFLAGS)'.
6940 Lex for Ratfor programs
6941 `N.r' is made automatically from `N.l' by running Lex. The actual
6942 command is `$(LEX) $(LFLAGS)'.
6944 The convention of using the same suffix `.l' for all Lex files
6958 Making Lint Libraries from C, Yacc, or Lex programs
7095 `LEX'
7096 Program to use to turn Lex grammars into source code; default
7097 `lex'.
7173 Extra flags to give to Lex.