Skip to content

Instantly share code, notes, and snippets.

@stalniy
Created October 16, 2020 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stalniy/68d4b31f69742a1f054f0123f7b83928 to your computer and use it in GitHub Desktop.
Save stalniy/68d4b31f69742a1f054f0123f7b83928 to your computer and use it in GitHub Desktop.
JavaScript UCAST Interpreter
import { createJsInterpreter, eq, lt, gt } from '@ucast/js';
const interpret = createJsInterpreter({ eq, lt, gt });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment