Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best intro to dialects and parse?

I'm new to Rebol, and am working with a small corporate-based group to evaluate it for use in some areas that time and again have proven themselves highly resistant to change and to concepts such as DSLs.

Can anyone suggest what they have found to be a good intro to dialecting via "parse"? I have been reading the available docs from the Rebol 3 site, as well as the programmer's guide by Auverlot and Wood, and that may be more than enough -- but if anyone has suggestions for other related material or examples, I'd be appreciative of the advice.

PS: I'm also new to stackoverflow, and so don't yet have the magic 20 points for chat...

like image 367
johns Avatar asked Jul 17 '13 20:07

johns


2 Answers

Some tutorials on parse:

  • 9.3 Parse (REBOL's Answer to Regular Expressions)

  • Computer Programming Tutorial, by Nick Antonaccio

  • a parse tutorial sort of.

Dialecting from same guy:

  • 9.21 Bindology, Dialects, Metaprogramming and Other Advanced Topics

  • Followed by some examples that show a few examples

like image 75
kealist Avatar answered Sep 28 '22 08:09

kealist


If you search on Stack Overflow with the [parse][rebol] tags, you should have quite a few nice and simple examples, with lots of meaty explanations and comments about them.

like image 36
moliad Avatar answered Sep 28 '22 08:09

moliad