# Packages
Package ecmascript provides an ECMAScript-compatible action interpreter.
Package noop provides a no-op interpreter that can be handy for some tests.
# Functions
Standard returns a map of interpreters that includes ECMAScript, ECMAScript with some extensions, and a no-op interpreter.