Created
May 22, 2021 16:43
-
-
Save kas-elvirov/03d08ceccf2faa6aa0acf244c94d22d3 to your computer and use it in GitHub Desktop.
Nemathode with binary operators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const sumOperator = nemathode.evaluate([1, '+', 1]); // 2 | |
const mulOperator = nemathode.evaluate([1, '*', 1]); // 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment