Re: requirements gathering on mini transformation language

2006-10-20 Thread Markus Triska
Prolog DCGs. The rules start at page 55. They are all quite concise, and I hope that the syntax is a useful starting point for the language to be used in Parrot. If you have any questions about it or the implementation of the rewrite system, please let me know. Best wishes! Markus Triska

Re: Wikipedia example

2006-10-03 Thread Markus Triska
Aaron Sherman writes: > +Written in 2006 by Aaron Sherman, and distrbuted Typo: distributed

Re: requirements gathering on mini transformation language

2006-09-28 Thread Markus Triska
Allison Randal writes: > mini transformation language to use in the compiler tools. For what purpose, roughly? I've some experience with rule-based peep-hole optimisations. If it's in that area, I volunteer. Best wishes, Markus Triska