RE: [Jscl-meditor-users] Equations vs Expressions.
Brought to you by:
rjolly
|
From: Raphael J. <rap...@fr...> - 2004-06-07 14:23:13
|
Ryan, This is available in version 1.0_03. Raphael On Mon, 17 May 2004 04:23:05 Ryan Eberly wrote: > Raphael, > Yes, that's what I need. > > Thanks, > Ryan. > > > -----Original Message----- > > From: jsc...@li... [mailto:jscl-meditor- > > use...@li...] On Behalf Of rap...@fr... > > Sent: Friday, May 14, 2004 9:50 AM > > To: jsc...@li... > > Cc: Ryan Eberly > > Subject: Re: [Jscl-meditor-users] Equations vs Expressions. > > > > Quoting Ryan Eberly <ry...@pr...>: > > > > > Hi I am new to the mailing list. > > > > > > > > > > > > I've noticed that jscl-meditor handles expressions, but equations cause > > a > > > parsing exception. Are there any plans to support equations? > > > > > > > > > > > > Obviously the equation, > > > > > > X = 3 > > > > > > Can be rewritten as the expression > > > > > > X - 3 > > > > > > > > > > > > However, I would like to be able to get the equation as mathML, then > > > simplify it. > > > > > > > > > > > > Thanks, > > > > > > Ryan. > > > > Hi Ryan, > > > > Yes I could possibly add an Equation token in the grammar and have the > > ToMathML > > command expect an EquationOrExpression. Is that what you need ? > > > > Raphael |