m-ender / retina

A regex-based programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add substitution elements to work with code points

m-ender opened this issue · comments

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).