Recursive descent parser for math expressions
Support for variables, lists, and vectorized expressions (i.e., with lists):
x=[1,2,3,4]
y=[5,6,7]
x^2+x+3+y^3
8000
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Recursive descent parser for math expressions
Support for variables, lists, and vectorized expressions (i.e., with lists):
x=[1,2,3,4]
y=[5,6,7]
x^2+x+3+y^3