norskeld / sigma

TypeScript parser combinator library for building fast and convenient parsers.
https://sigma.nrsk.dev
MIT License
26 stars 4 forks source link

Dependents #91

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

What problem does this feature solve?

sigma is so well written, feature packed, and to a high level of perfection. How come that no one uses it? https://www.npmjs.com/package/@nrsk/sigma

norskeld commented 1 year ago

Thanks for the kind words! I think it's far from perfection, but hopefully will become better over time. :)

How come that no one uses it?

Well, some libs or apps may be private, so they obviously won't show up in "dependents" list, but mainly because no one knows about it, I guess. I don't promote my pet projects, so c’est la vie.

Also probably because there exist way more powerful libraries for parsing. Mostly parser generator frameworks or something like that (and mostly with subpar TypeScript support.)