This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 90a1864b8c6f02199bf2c3cc70cb2f800599b45b
tree 4b68f20e8d257150fd0b4c4e8e7e1a8b618a5765
parent 8d64824ba085caed9438fd04738aa815ddb525d5 parent 5b716f43e534551234a8accb0369e10948813a64
tree 4b68f20e8d257150fd0b4c4e8e7e1a8b618a5765
parent 8d64824ba085caed9438fd04738aa815ddb525d5 parent 5b716f43e534551234a8accb0369e10948813a64
leex /
| name | age | message | |
|---|---|---|---|
| |
COPYRIGHT | Sat Sep 12 07:49:49 -0700 2009 | |
| |
Makefile | Tue Oct 28 13:42:30 -0700 2008 | |
| |
README | Sun Jul 26 16:19:52 -0700 2009 | |
| |
TODO | Sat Dec 20 15:28:03 -0800 2008 | |
| |
doc/ | Sat Sep 12 07:49:49 -0700 2009 | |
| |
ebin/ | Sat Sep 12 07:49:49 -0700 2009 | |
| |
examples/ | Sun Jul 26 16:19:52 -0700 2009 | |
| |
include/ | Mon Jul 06 16:13:02 -0700 2009 | |
| |
src/ | Sat Sep 12 07:49:49 -0700 2009 | |
| |
test/ | Wed Jul 29 08:44:39 -0700 2009 |
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 parsers such as yecc. It has now been included in the standard OTP distribution, at least experimentally, in parsetools. I will update this site to be compatible with the distribution, but after that all leex development I do will be done here. If you are looking at a good article on how to use leex and yecc try: http://hopper.squarespace.com/blog/2008/5/29/leex-and-yecc.html v0.5 ---- Use the distribution code as base. Define LEEXLIB can be used to set where to find include file. No longer uses module regexp but has own regular expression parser. v0.4 ---- This is the last version of leex which is NOT part of the distribution! A minor documentation fix and a critical bug-fix for token/3. 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 Sébastien Arnaud who did the first packaging of leex for git. Email: arnaudsj@gmail.com Github: http://github.com/arnaudsj/







