m-ender / retina

A regex-based programming language.
MIT License
231 stars 10 forks source link

Add substitution elements to work with code points #79

Open m-ender opened 5 years ago

m-ender commented 5 years ago

Basically two unary operators that convert between characters and their Unicode code points. Not sure whether they should just work on the first character/integer or be able to transform entire lists (in which case it's unclear what to use as a separator when going from characters to code points).