Penguin

Differences between version 2 and previous revision of Flex.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, August 23, 2003 10:08:23 am by AristotlePagaltzis Revert
Older page: version 1 Last edited on Saturday, August 23, 2003 9:52:47 am by AristotlePagaltzis Revert
@@ -1,5 +1,5 @@
-__F __ast __l__exical __a__nalyzer __g__enerator 
+An [Acronym] for __f __ast __l__exical __a__nalyzer __g__enerator.  
  
 [Flex] is used to generate [C] programs that perform pattern matching on text. It produces a single __lex.yy.c__ file which defines a single __yylex()__ function, which can compiled and linked with __libfl__ to produce an executable that analyzes its input for occurrences of regular expres­sions. Whenever it finds one, it executes the correspond­ing C code. 
  
 It is usually used in conjunction with [Bison]. The [Flex] code then passes the tokens it finds to the [Yacc] style parser generated by [Bison]. 
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors. The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Notice: Undefined variable: ignore_authors