mitranim/jisp

Regex properties in macros

Opened this issue · 0 comments

Right now, in a code returned from a macro, regex property notations like /regex/.text render as [native code]. ToDo fix. The current workaround is to use the (get /regex/ property) notation or chaining with (do /reg/ (.stuff)), the same can be used as an internal fix. (Alternatively, simply stop translating them into regexes when parsing, leave as strings.)