On Tue, Mar 13, 2012 at 6:16 AM, Bharath M R <[email protected]> wrote: > > Yeah I think I should use some parser generators. But doesn't it introduce > a > dependency on the parser generator. Is it ok to have this dependency?
Usually, you only use the parser generator to produce the code of the parser. This resulting code is technically independent of the parser generator. I'd think such (not that firm) dependency should be OK. Sergiu -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
