Difference between revisions of "Applications/Flex"
From HPC
MSummerbell (talk | contribs) m (MSummerbell moved page Flex to Applications/Flex without leaving a redirect) |
m |
||
Line 18: | Line 18: | ||
</pre> | </pre> | ||
==Further Information== | ==Further Information== | ||
+ | |||
[https://github.com/westes/flex Flex] | [https://github.com/westes/flex Flex] | ||
+ | |||
+ | ==Navigation== | ||
+ | |||
+ | * [[Main_Page|Home]] | ||
+ | * [[Applications|Application support]] * | ||
+ | * [[General|General]] | ||
+ | * [[Programming|Programming support]] |
Revision as of 11:23, 24 May 2019
Contents
Application Details
- Description: Flex (Fast Lexical Analyser) is a lexical analysis generator, which generates scanners, programs which recognise lexical patterns in text.
- Version: 2.6.0
- Modules: flex/2.6.0
- Licence: GNU Licence
Usage Examples
Load Module
[username@login01 ~]$ module add flex/2.6.0
Generate Scanner
[username@login01 ~]$ flex test*.lex [username@login01 ~]$ gcc lex.yy.c -lfl [username@login01 ~]$ ./a.out