`Pattern` and `Matcher` not supported
nbrugger-tgm opened this issue · comments
The java.util.regex
api is not supported at all besides the Pattern.compile(...)
I am working in an implementation backed by
RegExp
for JS
Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.
https://www.mirkosertic.de/blog/2017/06/compiling-bytecode-to-javascript/
Repository from Github https://github.commirkosertic/Bytecoder
nbrugger-tgm opened this issue · comments
The java.util.regex
api is not supported at all besides the Pattern.compile(...)
I am working in an implementation backed by
RegExp
for JS