flex

Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text.

Note

This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage

After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:

srun --pty bash -i

A version of flex can then be made available with one of the following:

module load flex/2.6.4
module load flex/2.6.4-GCCcore-12.3.0
module load flex/2.6.4-GCCcore-12.2.0
module load flex/2.6.4-GCCcore-11.3.0
module load flex/2.6.4-GCCcore-11.2.0
module load flex/2.6.4-GCCcore-11.1.0
module load flex/2.6.4-GCCcore-10.3.0
module load flex/2.6.4-GCCcore-10.2.0
module load flex/2.6.4-GCCcore-10.1.0
module load flex/2.6.4-GCCcore-9.5.0
module load flex/2.6.4-GCCcore-9.3.0
module load flex/2.6.4-GCCcore-9.2.0
module load flex/2.6.4-GCCcore-8.3.0
module load flex/2.6.4-GCCcore-8.2.0
module load flex/2.6.4-GCCcore-7.3.0
module load flex/2.6.4-GCCcore-6.4.0
module load flex/2.6.3
module load flex/2.5.39
module load flex/2.5.39-GCCcore-4.9.3

Notes

flex was installed using Easybuild, build details can be found in $EBROOTFLEX/easybuild with a given module loaded.

Dependencies for latest version of flex