Implementing Regular Expressions in TypeScript Types (Badly)skalt.github.io62 points·by skalt·2 jaar geleden·12 comments
skalt·2 jaar geleden·discussThat'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.