microsoft / ts-parsec

Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
Other
353 stars 18 forks source link

Health of the project #40

Closed synlynx closed 1 year ago

synlynx commented 2 years ago

Hi,

is this project still actively maintained?

I'm currently considering to use this library in one of my projects but the latest version on npm is 2 years old and I can't see any recent activities on the repo.

thx

mstn commented 2 years ago

Hi, I'd like to know what is the state of the project as well. I was going to build something similar for a project of mine. Thanks!

Kreijstal commented 1 year ago

Curious as well

MystPi commented 1 year ago

I have the same question as well.

ZihanChen-MSFT commented 1 year ago

Hi, thanks for being interested in this project!

I usually update this project when I want to add new features or fix known issues, but such project doesn't really need frequent feature updates. So it is usual that some version will last for a lone time.