Re: [q-lang-users] Improper tuples and user-defined operators
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-06-23 20:00:35
|
John Cowan wrote: > Another point: it would be useful to me to have a qint.h function that > reports which symbols are operators and which are not [...] Hi John, this is in cvs now. The function is called qsymprec() and returns -1 for an ordinary function symbol, and the precedence level in the range 0..9 for an operator symbol. I've worked through my TODO list for Q 7.2 now, so expect a second release candidate later tonight. Albert -- 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 |