Eval function in Dart language. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Eval function in Dart language.

I want to evaluate the string in Dart language. But there's no this function here. How do this? Can someone give example of handwritten evaluate function?

23rd Jan 2019, 1:08 PM
just trying to think
just trying to think - avatar
1 Answer
+ 2
This post should get you started. You can always parse the string yourself as an interpreter. https://stackoverflow.com/questions/13585082
23rd Jan 2019, 1:22 PM
John Wells
John Wells - avatar