• 1Installation
  • 2Evaluate JavaScript Expressions
  • 3Evaluating with Context
  • 4Get Parsed Nodes

Script.apex

  • Docs
  • Tutorials
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();