From: Albert G. <Dr....@t-...> - 2008-07-06 10:56:02
|
Albert Graef wrote: > Also, I'm wondering whether '$' has the right precedence. I made it > weaker than ',' so that you can write something like foo $ x,y,z. But > now I think that this is wrong, it should be: Nope, actually ',' needs to be on the same precedence level as '..', and '$' binds weaker than those to make stuff like foo $ 1,3..10 work. So I guess I'll leave it as it is for now. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |