[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Complex Parsing
- Subject: [ale] Complex Parsing
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Thu, 20 Sep 2001 18:35:27 -0400
Help. (Again)
I need to do some complex parsing and need some pointers.
Example command line:
set user Jose home /home/jose password "cuervo"
Basically, Jose is a key to a record.
home is a command that expects the next argument to be location of home
password is a commadn that expects next argument to be password.
Someone could interchange those two arguments and it could look like this:
set user Jose password "Cuervo" home /home/jose auth admin
Should I uses a scanner? I there some good docs on internet for this kind
of stuff?
Chris
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.