ohmjs / ohm-editor

An IDE for the Ohm language (JavaScript edition)
MIT License
96 stars 17 forks source link

Error when using super-splice operator (`...`) #65

Open pdubroy opened 2 years ago

pdubroy commented 2 years ago
ohm.min.js:1 Uncaught TypeError: t.toMemoKey is not a function
    at c.getMemoizedTraceEntry (ohm.min.js:1)
    at c.getTraceEntry (ohm.min.js:1)
    at c.eval (ohm.min.js:1)
    at t.Apply.o.Apply.evalOnce (ohm.min.js:1)
    at t.Apply.o.Apply.reallyEval (ohm.min.js:1)
    at t.Apply.o.Apply.eval (ohm.min.js:1)
    at c.eval (ohm.min.js:1)
    at l.o.Iter.eval (ohm.min.js:1)
    at c.eval (ohm.min.js:1)
    at t.Apply.o.Apply.evalOnce (ohm.min.js:1)