a b c d e f g h i j k l m n o p q r s t u v w x y z

flex

Source: flex
Package: flex
Versions: flex (2.5.35-10), flex (2.5.35-10.1), flex (2.5.35-9), flex (2.5.35-9.1)
Prioritize: 43
Description: A fast lexical analyzer generator.
 Flex is a tool for generating scanners: programs which recognized lexical
 patterns in text. It reads the given input files for a description of a
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex().  This file is compiled
 and linked with the -lfl library to produce an executable. When the
 executable is run, it analyzes its input for occurrences of the regular
 expressions. Whenever it finds one, it executes the corresponding C code.
The ko-translation:
Description-ko: 빠른 어휘 분석기 생성 프로그램
 flex는 스케너 생성 툴입니다: 텍스트에서 어휘 패턴을 인식할 수 있는 프로그램
 입니다. flex는 생성되는 스케너 설명을 위해 주어진 입력 파일을 읽습니다.
 rule이라 불리는, 설명은 정규표현식과 C 코드가 쌍으로 이루어진 형식입니다.
 flex는 yylex() 루틴을 정의하는, C 소스 파일(lex.yy.c)을 출력으로 생성합니
 다. 이 파일은 실행될 수 있도록 -lfl 라이브러리와 같이 컴파일되고 링크됩니
 다. 컴파일된 파일이 실행될때, 정규 표현식의 산출을 위해 그 입력을 분석합니
 다. 무엇인가를 발견할때마다, 이에 대응하는 C 코드를 실행합니다.

parts-md5sum:
049d3e0b98b18e9eeae897bc85ed6af4 translated
c97a2a709281f9948ab76f0cff14de9c translated