The title says it all. For example, lookbehinds are not supported in JS regex. And since Carrot is a string-based language that relies on regex, JS regex will only limit Carrot. To fix this, either I need to create an interpreter in Java, or create a regex engine myself (both of which are unlikely). This is undecided at the moment, probably will look into it once Carrot has more functions.
The title says it all. For example, lookbehinds are not supported in JS regex. And since Carrot is a string-based language that relies on regex, JS regex will only limit Carrot. To fix this, either I need to create an interpreter in Java, or create a regex engine myself (both of which are unlikely). This is undecided at the moment, probably will look into it once Carrot has more functions.