-----Original Message-----
From: Carl Read
> digit: charset "1234567890"
> parse string [some digit]
Ah - very nice. Must look into 'parse properly. Hmmm, why doesn't...
? some
give us some info on 'some?
The only answer I have is that 'some is recognized only by the parse dialect
and not by REBOL: directly, and 'parse is a native! word.
A legal REBOL integer is a bit more complicated (FWIW):
Sign: charset "+-"
Digits: charset "0123456789"
Tick: #"'"
Int_Rule: opt sign digit [ any [ digit | Tick ] ]
This is probably more than anyone wanted to know, but I've looked at a lot
of this lately for the Oscar tokenizer.
Thanks,
Garold (Gary) L. Johnson
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
- [REBOL] Path with integers Giovanni Cardona
- [REBOL] Re: Path with integers Allen Kamp
- [REBOL] integers in paths Giovanni Cardona
- [REBOL] Testing if a string is an integ... Mat Bettinson
- [REBOL] Re: Testing if a string is... Daan Oosterveld
- [REBOL] Re: Testing if a string is... Philip Bevan
- [REBOL] Re: Testing if a string is... Mat Bettinson
- [REBOL] Re: Testing if a string is... Carl Read
- [REBOL] Re: Testing if a string is... Gabriele Santilli
- [REBOL] Re: Testing if a string is... Carl Read
- [REBOL] Re: Testing if a string is... Garold L. Johnson
- [REBOL] Re: Testing if a string is... Gabriele Santilli
- [REBOL] Re: Testing if a string is... Garold L. Johnson
- [REBOL] Re: Testing if a string is... Petr Krenzelok
- [REBOL] Re: Testing if a string is... Andrew Martin
- [REBOL] ODBC Graham Chiu
- [REBOL] ODBC problems Graham Chiu
- [REBOL] Re: PostgreSQL 2 Rebol and back again... Gabriele Santilli
- [REBOL] Re: PostgreSQL 2 Rebol and back again... Jamey Cribbs
- [REBOL] Re: PostgreSQL 2 Rebol and back again..... Gabriele Santilli
- [REBOL] Re: PostgreSQL 2 Rebol and back aga... Jamey Cribbs
