chevrotain icon indicating copy to clipboard operation
chevrotain copied to clipboard

extract diagrams to a separate sub-package

Open bd82 opened this issue 3 years ago • 5 comments

bd82 avatar Feb 28 '21 21:02 bd82

Oh hey, I sorta am already! I am planning on renaming it so it's not just types but diagram and types.

kevinkhill avatar Mar 19 '22 13:03 kevinkhill

Hello @kevinkhill

I am wondering Is your package just a wrapper for Chevrotain built-in features? or does it also add new capabilities?

Basically what problem are you trying to solve?

For context this "extraction" issue is more about code organization in the monorepo rather then new capabilities.

bd82 avatar Mar 22 '22 19:03 bd82

It's a wrapper for now but meant as a stage for features if I think of some.

kevinkhill avatar Mar 22 '22 20:03 kevinkhill

Okay, if you have ideas for new features in the future, lets evaluate if they could/should belong as part of Chevrotain itself first 😄

bd82 avatar Mar 22 '22 22:03 bd82

I usually start my project, then as it grows, I peel things off and if possible, see whether or not I could share it back 😊

Such as this which initially was to simplify the API for myself, but thought it was kinda cool.

I'm currently trying to make a type safe way to pipe my input into a lex => parse => interpreter pipeline

kevinkhill avatar Mar 23 '22 00:03 kevinkhill