Language

Package: flex @ 2.6.4

Synopsis

Fast lexical analyser generator

Description

Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, 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 a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.

Home page
https://github.com/westes/flex
Location
gnu/packages/flex.scm (line: 33, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/mwh7n7ifyxdzhkvyyck8xvy2b6yxg95l-flex-2.6.4.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/qiigwkjn67c4wywcp9bhazs0cxwravl4-flex-2.6.4.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/mfrgxixpa70khcmzymi26lgigdarf910-flex-2.6.4.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/gxq2i5v7zx9z1mba3q85bvpf8mn8rnnd-flex-2.6.4.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/17li62ri3p3sqf0c3fjhqpvgg98i4z8c-flex-2.6.4.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/3y01laavnx12c6lzl39naa9lgvmpa62n-flex-2.6.4.drv
x86_64-linuxi686-w64-mingw32/gnu/store/09y8jlw997qbj0jap27z04szalaj4j1f-flex-2.6.4.drv
x86_64-linuxi586-pc-gnu/gnu/store/bbwvsvcf5rrd1shbxhmqx8adgyzhlp2n-flex-2.6.4.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/750y18al5y0y4831iprmlysrsl416dld-flex-2.6.4.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/9k9hlip0i4mg2ng0x925vscscb36ivdl-flex-2.6.4.drv
riscv64-linux/gnu/store/gl4bw3nns6xdwqiqbakjwnygy23gmf3c-flex-2.6.4.drv
powerpc-linux/gnu/store/sjr8yqpldqy0b8rv2lpkkl2gcqjd60yh-flex-2.6.4.drv
    powerpc64le-linux/gnu/store/5lnxn63pfdbrvw2kq7y5k9h82b9gvg3d-flex-2.6.4.drv
    mips64el-linux/gnu/store/8cz8f2ld54y5v32n8j461ff2b6p6dv7y-flex-2.6.4.drv
      i686-linux/gnu/store/6vk9pa5f6qspdx4yyshpqihqwgfkn562-flex-2.6.4.drv
      i586-gnu/gnu/store/ri6j3gqa2x853kimw88zbjy8nka3z06d-flex-2.6.4.drv
      armhf-linux/gnu/store/nsm0jn0vqsf85g93l1i6r20awl3wpr3n-flex-2.6.4.drv
      aarch64-linux/gnu/store/56llm2pd2a1d4d3f8f4zf8539afs214k-flex-2.6.4.drv

      Lint warnings

      LinterMessageLocation
      inputs-should-be-native

      Identify inputs that should be native inputs

      'bison' should probably be a native input
      inputs-should-be-native

      Identify inputs that should be native inputs

      'm4' should probably be a native input
      inputs-should-be-native

      Identify inputs that should be native inputs

      'bison' should probably be a native input
      inputs-should-be-native

      Identify inputs that should be native inputs

      'm4' should probably be a native input