Skip to content

Instantly share code, notes, and snippets.

@kas-elvirov
Created May 22, 2021 16:35
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 kas-elvirov/687354dad3e5e48ddddc73cc3fba069e to your computer and use it in GitHub Desktop.
Save kas-elvirov/687354dad3e5e48ddddc73cc3fba069e to your computer and use it in GitHub Desktop.
Nemathode.js example
const res1 = nemathode.evaluate([0, '+', 1]); // 1
const res2 = nemathode.evaluate([0, '+', 1, '*', [2, '/', 1, '-', 3]); // -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment