[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lua-l
Subject:    Re: Need lpeg hint
From:       Wesley Smith <wesley.hoke () gmail ! com>
Date:       2011-08-13 20:32:50
Message-ID: CAKr7wZa9ZvG+FSnG0Mf-wcY0o2GWsQHhntzUFLA0TTP+Kb-Vmw () mail ! gmail ! com
[Download RAW message or body]

also, the id rule should probably something more like:

local nonnumber = L.R("az","AZ","__")
local number = L.R("09")
local id = L.C(nonnumber*(nonnumber+number)^0) -- identifiers

wes

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic