metaeducation / ren-c

Library for embedding a Rebol interpreter into C codebases
GNU Lesser General Public License v3.0
126 stars 27 forks source link

Precedence issue when using ME #1146

Closed hostilefork closed 2 years ago

hostilefork commented 2 years ago
>> a: 2
== 2

>> a: me * 2 - 1
== 2
hostilefork commented 2 years ago

Fixed by reverting the rebA() commit, so SHOVE can work using REEVAL again.