Jump to content

Lex: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 8: Line 8:


;Editor support
;Editor support
* [[jEdit]] - Java based - Lex syntax highlighting built in, YACC available as a seperate download - Current
* [[jEdit]] - Java based - Lex syntax highlighting built in, YACC available as a separate download - Current
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting for YACC BNF files - Open source - Discontinued
* [[NEdit]] - XFree86 - Auto-indent, autocomplete and syntax highlighting for YACC BNF files - Open source - Discontinued


[[Category:Lexical analyser]]
[[Category:Lexical analyser]]

Revision as of 12:52, 2 March 2018

Lex is a tool that looks for logical units (lexemes) in sequences of characters. This is typically the first tasks a compiler does after it has when he is has to do is read the source program and group its characters into lexemes.

OS/2 Tools

Editor support
  • jEdit - Java based - Lex syntax highlighting built in, YACC available as a separate download - Current
  • NEdit - XFree86 - Auto-indent, autocomplete and syntax highlighting for YACC BNF files - Open source - Discontinued