Oldes / Rebol-wishes

Repository for keeping Rebol related wishes out of issues
0 stars 0 forks source link

allow to use internal load rules in string parse rules #62

Open Siskin-Bot opened 4 years ago

Siskin-Bot commented 4 years ago

Submitted by: IngoHohmann

Rebol's LOAD already knows how to parse a string into, e.g. an int!,

Allow to use this as predefined rules in string parsing.

Benefit: now everyone is creating his own rules, this way there would be a body of predefined, and presumably very fast, rules for rebol datatypes.


Imported from: CureCode [ Version: r3 master Type: Wish Platform: All Category: Unspecified Reproduce: Always Fixed-in:none ] Imported from: https://github.com/rebol/rebol-issues/issues/2035

Comments:

Rebolbot commented on Jul 3, 2013:

Submitted by: BrianH

This was suggested earlier in a comment of Oldes/Rebol-issues#1916, and the discussion there is relevant. In particular, it is unnecessary to add a TRANSCODE keyword to the PARSE dialect; the existing operations will do just fine if they are extended a bit.


Rebolbot added the Type.wish on Jan 12, 2016


Hostilefork added Type.wish and Ren.important on Nov 19, 2017