←back to thread

203 points dahlia | 1 comments | | HN request time: 0.38s | source
1. dvdkon ◴[] No.45153168[source]
I, for one, do think the world needs more CLI argument parsers :)

This project looks neat, I've never thought to use parser combinators for something other than left-to-right string/token stream parsing.

And I like how it uses Typescript's metaprogramming to generate types from the parser code. I think that would be much harder (or impossible) in other languages, making the idiomatic design of a similar similar library very different.