HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skalt

no profile record

Submissions

Show HN: Path-String Types for Go

pkg.go.dev
2 points·by skalt·11 माह पहले·0 comments

Implementing Regular Expressions in TypeScript Types (Badly)

skalt.github.io
62 points·by skalt·2 वर्ष पहले·12 comments

comments

skalt
·2 वर्ष पहले·discuss
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.