hazelgrove / hazel

Hazel, a live functional programming environment with typed holes
http://hazel.org/
MIT License
684 stars 45 forks source link

Address '>' Parsing #1276

Closed Crazycolorz5 closed 2 months ago

Crazycolorz5 commented 2 months ago

Addresses #1275 .

Due to the way forms are stored, some weird behavior can happen if a @< is added immediately prior to a numerical >. E.g. id>5 --> id@<>5 causes the whole @<> construct to be registered as an invalid binary operator. I'm not that that this is an easy fix.

However, this does work for: