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.