davidedc / Algebrite

Computer Algebra System in Javascript (Typescript)
http://algebrite.org
MIT License
966 stars 59 forks source link

Is there some kind of AST ? #166

Closed hl037 closed 2 years ago

hl037 commented 2 years ago

Hi, I have an expression language that include an algebraic part, and I would like to use Algebrite as a solver to simplify these expressions. However, the string input of the functions is not the smartest representation to me, since it would require to write another transpiler to talk with algebrite... That's why I am wondering if internally, there is some kind of lower level representation, as an AST for example ?

hl037 commented 2 years ago

Ok, figured out it's in runtime/defs.ts.