Difference between revisions of "Flex"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Programming Tools {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|flex}} |{{#vardefine:url|https://github.com/westes/flex}} <!--CONFIGURAT...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming Tools]]
+
[[Category:Software]][[Category:Programming]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|flex}}
 
|{{#vardefine:app|flex}}
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory
+
* HPC_{{uc:{{#var:app}}}}_INC - includes directory
* HPC_{{#uppercase:{{#var:app}}}}_SHARE - installation directory
+
* HPC_{{uc:{{#var:app}}}}_SHARE - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 19:54, 3 June 2022

Description

flex website  

flex is a tool for generating scanners: programs which recognize lexical patterns in text.

Environment Modules

Run module spider flex to find out what environment modules are available for this application.

System Variables

  • HPC_FLEX_DIR - installation directory
  • HPC_FLEX_BIN - executable directory
  • HPC_FLEX_INC - includes directory
  • HPC_FLEX_SHARE - installation directory