Getting started with Script.apex
Get Parsed Nodes
One line and we can get the parsed node to continue working with it.
Jsep.Node node = new Jsep('a + b').parse();
One line and we can get the parsed node to continue working with it.
Jsep.Node node = new Jsep('a + b').parse();