Page MenuHomePhabricator

Write Rust Functions to Recognize Evaluator-Specific Regexes
Open, MediumPublic

Description

Description

The regular expressions in function-evaluator:src/Evaluator.js will remain part of the contract for the new evaluator (at least in its first iteration). We need to be able to recognize regular expression matches and extract group information in Rust, just as we are currently doing in JS/Node.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • regular expression functions in Rust!

Completion checklist