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