17 ms·
Nice! My version: https://github.com/desi-ivanov/ts-regexp https://github.com/desi-ivanov/ts-regexp
by evolveyourmind 2y ago
Nice! My version: https://github.com/desi-ivanov/ts-regexp https://github.com/desi-ivanov/ts-regexp
- skalt 2y agoThat's a great concise implementation! I'm glad you also went with the parse-and-interpret-an-AST approach: it seems like the right design. Your `Reconstruct` type is a great idea! I might copy that.