ishanpm / chemlambda-editor

Javascript implementation of Chemlambda
MIT License
3 stars 0 forks source link

Transition overhaul #10

Closed ishanpm closed 4 years ago

ishanpm commented 5 years ago

The transition system is rather inflexible at the moment. The entire content of the transition should be stored in an object, rather than having to create a new branch in findTransform and doTransform for every new transition.

Support for hapax tokens would also be good.

ishanpm commented 4 years ago

It's mostly working now, but at a significant performance penalty. I'd like to fix that before pushing the changes.

ishanpm commented 4 years ago

Wait, it was just a debug statement I forgot to remove that was slowing it down. Good to go!