metaeducation / ren-c

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

Unification of ISSUE! and CHAR! Datatypes #1082

Closed hostilefork closed 4 years ago

hostilefork commented 4 years ago

Others have seen this on the forum, but take note @giuliolunati of the impact of TO CHAR! of INTEGER! and TO INTEGER! of CHAR!...

https://forum.rebol.info/t/issuechar-token-is-hitting-it-out-of-the-park/1364

Should be a good change overall!

hostilefork commented 4 years ago

Needed a few fixes to get through Travis... but it's merged and all green now

I should point out that this fixes what were some bugs...where it was letting you make invalid words when you shouldn't. So there may be some side effects from that!