Re: [q-lang-users] Q as a Computer Algebra System
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-08-15 18:08:44
|
Anthony wrote: > What I'd like to do is just write a small Q program > that parses a line of input according to the rules of > Mathematica. No need to evaluate the functions...just > want to build a syntax checker at first. Concerning the parser for the input language, that should be a nice opportunity to try Q Yacc+Lex. (The lexical analyzers generated by Q Lex are still a bit slow right now, but I'm working on this.) But, as Rob already explained, building a CAS, even a basic one, is not as simple as it might look. > Or maybe I am dreaming... Well, I started dreaming about an easy-to-use FP language one day... :) Cheers, 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 |