Hacker News new | ask | show | jobs
by evolveyourmind 601 days ago
Nice! My version: https://github.com/desi-ivanov/ts-regexp
1 comments

That'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.