# leex **Repository Path**: mirrors_arnaudsj/leex ## Basic Information - **Project Name**: leex - **Description**: Lexical analyzer generator for Erlang - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Leex is a lexical analyzer generator for Erlang. It allows you to tokenize a textual input stream so that it can be grammatically analyzed and processed by yecc. It is NOT a part of OTP at this point. If you are looking at a good article on how to use leex and yecc please visit: http://hopper.squarespace.com/blog/2008/5/29/leex-and-yecc.html v0.3 ---- Added options to pushback characters into the input stream. Can now handle full unicode character sets in both input file and generated scanner. Of course i/o system can't generate such an input file yet. Enforce headings for all sections of .xrl file. Added verbose flag to control printing of parsing information. Fixed bug with completely empty erlang code section. v0.2 ---- Added includefile option. Search for include file in current directory or leex/include lib dir. Restored text file version of documentation until I edoc and I are in agreement. Upgraded erlang_scan.xrl to full erlang tokeniser. Now use line number of token start. Thanks to Sbastien Arnaud who did the first packaging of leex for git. Email: arnaudsj@gmail.com Github: http://github.com/arnaudsj/