Trying to build a very simple expression in the Demo section of https://ericsmekens.github.io/jsep/, but it throws an error, as if I'm missing a closing ):
Is this expected? I was planning to use jsep to build expressions like the following:
(x > 4 and w == "hey") or (x <= 4 and w == "hello")
Hi!
Trying to build a very simple expression in the Demo section of https://ericsmekens.github.io/jsep/, but it throws an error, as if I'm missing a closing
)
:Is this expected? I was planning to use jsep to build expressions like the following: